Home
last modified time | relevance | path

Searched refs:tooldir (Results 1 – 25 of 32) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gold/
DMakefile.am24 tooldir = $(exec_prefix)/$(target_alias) macro
216 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
221 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
222 …ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/…
223 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_…
231 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
232 …ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
233 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);…
DMakefile.in1310 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
1315 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
1316 …ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/…
1317 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_…
1325 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1326 …ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1327 …|| $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);…
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am25 tooldir = $(exec_prefix)/$(target_alias) macro
597 .PHONY: install-exec-bindir install-exec-tooldir
610 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
611 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
614 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
615 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
616 …$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT);…
Dconfigure.ac102 # Makefile target for installing gas in $(tooldir)/bin.
103 install_tooldir=install-exec-tooldir
DMakefile.in304 tooldir = $(exec_prefix)/$(target_alias)
2597 .PHONY: install-exec-bindir install-exec-tooldir
2610 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
2611 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
2614 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
2615 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
2616 …$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT);…
DChangeLog-98993008 it wants to be installed in $(tooldir)/bin.
3010 * Makefile.am (install-exec-local): Set install-exec-tooldir
3017 (install-exec-bindir,install-exec-tooldir): New rules.
3023 checking whether $(bindir) == $(tooldir)/bin. From Maciej
4440 fails or tooldir == prefix.
DChangeLog-92951057 * Makefile.in (install): Don't install gasp in $(tooldir).
4115 (tooldir): Use exec_prefix, not libdir.
12515 * Makefile.in (install): if $(tooldir) exists, install as in
12516 $(tooldir)/bin.
12892 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
12901 * Makefile.in (install): Install into $(tooldir)/bin, since that's
12961 * Makefile.in: added tooldir and program_prefix.
DChangeLog-201351 (install-exec-tooldir): Likewise.
/toolchain/binutils/binutils-2.25/binutils/
DMakefile.am25 tooldir = $(exec_prefix)/$(target_alias) macro
534 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
540 rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
541 … ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
542 …V) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT)…
DMakefile.in438 tooldir = $(exec_prefix)/$(target_alias)
1465 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
1471 rm -f $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
1472 … ln $(DESTDIR)$(bindir)/$$k$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT) >/dev/null 2>/dev/null \
1473 …V) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT)…
DChangeLog-9197207 * Makefile.am (install-exec-local): Create $(tooldir)/bin before
1053 * Makefile.in (install): Don't check to see if tooldir exists.
1054 Make $(tooldir) and $(tooldir)/bin.
3271 install in $tooldir -- replaces a hard-coded list.
3335 * Makefile.in (install): Correct handling of $(tooldir) and
4081 * Makefile.in (install): Don't put strings in tooldir/bin.
4343 $(tooldir)/bin; needed for building libgcc.a.
4423 * Makefile.in: Change definition of $(tooldir) to match FSF.
4697 * Makefile.in (install): if $(tooldir) exists, install nm and
4698 strip in $(tooldir)/bin.
[all …]
DChangeLog-98991237 checking whether $(bindir) == $(tooldir)/bin. From Maciej
1799 fails or tooldir == prefix.
/toolchain/binutils/binutils-2.25/etc/
DMakefile.in15 tooldir = $(libdir)
/toolchain/binutils/binutils-2.25/ld/
DMakefile.am26 tooldir = $(exec_prefix)/$(target_alias) macro
57 scriptdir = $(tooldir)/lib
2090 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
2093 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
2094 …ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/nu…
2095 …$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_…
2103 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
2104 … ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
2105 …$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);…
Dconfigure.tgt77 LIB_PATH='${tooldir}/lib/w32api' ;;
322 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
331 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
DChangeLog-2013161 * genscripts.sh (LIB_PATH): Don't exclude libdir or tooldir when
162 sysrooted. Also, don't always add tooldir when non-sysrooted.
163 Instead add both when native and tooldir also when TOOL_DIR is
DMakefile.in370 tooldir = $(exec_prefix)/$(target_alias)
391 scriptdir = $(tooldir)/lib
3460 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
3463 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
3464 …ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/nu…
3465 …$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_…
3473 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
3474 … ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
3475 …$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT);…
DChangeLog-91971625 * Makefile.in (install): Make $(tooldir) and $(tooldir)/bin.
6235 * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
6254 Don't pass tooldir/lib to genscripts.sh.
6255 * genscripts.sh: Don't take tooldir/lib arg.
6284 * Makefile.in (scriptdir): Base on tooldir, not datadir.
6497 * Makefile.in: Change definition of $(tooldir) to match FSF.
6643 * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
6663 * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and
6664 $(tooldir)/bin/gld, so that gcc can find it with or without
6859 * Makefile.in (install): if $(tooldir) exists, install ld in
[all …]
DChangeLog-98991416 checking whether $(bindir) == $(tooldir)/bin. From Maciej
1908 fails or tooldir == prefix.
DChangeLog-2009856 ${tooldir}/lib/w32api.
/toolchain/binutils/binutils-2.25/libiberty/
DMakefile.in383 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)
384 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
385 ( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n; $(RANLIB) $(TARGETLIB)n )
386 …mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/…
Dconfigure.ac696 # Install a library built with a cross compiler in $(tooldir) rather
701 INSTALL_DEST=tooldir
/toolchain/binutils/binutils-2.25/
DMakefile.tpl103 tooldir = @tooldir@
Dconfigure.ac2248 # the named directory are copied to $(tooldir)/sys-include.
2261 # the name directories are copied to $(tooldir)/lib. Multiple directories
2431 tooldir='${exec_prefix}'/${target_noncanonical}
2432 build_tooldir=${tooldir}
3088 AC_SUBST(tooldir) subst
DChangeLog6144 * configure.in: Use curly braces in the definition of tooldir.
6558 * configure (tooldir): Handle extra_ranlibflags_for_target.
9039 definition in the generated Makefile with "tooldir"'s
9055 * Makefile.in (build_tooldir): New variable, same as tooldir.
9991 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10162 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11124 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13886 * configure (tooldir): Fix for i386-aix again.
13890 * configure, Makefile.in: Change definition of $(tooldir)
13926 * configure (tooldir): Alter syntax used to set this, for systems
[all …]

12