Home
last modified time | relevance | path

Searched refs:HOSTING_CRT0 (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dconfigure.host25 # HOSTING_CRT0 crt0.o file used for bootstrapping
29 HOSTING_CRT0=/lib/crt0.o
39HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.2\` ] || echo /usr/libexec…
44HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec…
49 HOSTING_CRT0=/usr/lib/crt0.o
53HOSTING_CRT0='-dynamic-linker /lib/ld-linux.so.1 /usr/lib/crt1.o /usr/lib/crti.o `if [ -f ../gcc/c…
58HOSTING_CRT0='-dynamic-linker `${CC} --help --verbose 2>&1 | egrep "ld[^ ]*\.so" | sed -e "s,.*-dy…
69HOSTING_CRT0='-dynamic-linker `${CC} --help --verbose 2>&1 | egrep "ld[^ ]*\.so" | sed -e "s,.*-dy…
76 HOSTING_CRT0='-dynamic-linker /usr/libexec/ld.elf_so /usr/lib/crt0.o'
79 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crti.o`"
[all …]
DMakefile.am89 HOSTING_CRT0 = @HOSTING_CRT0@ macro
1997 …./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.@OBJEXT@ $(TESTBFDLIB)…
2000 …./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LI…
2003 …./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY)…
2006 …./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY)…
Dconfigure.ac195 AC_SUBST(HOSTING_CRT0) subst
DChangeLog-989949 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
294 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
485 * configure.host: Set up HOSTING_CRT0 and HOSTING_LIBS for IRIX6.
1071 HOSTING_CRT0, HOSTING_LIBS; the test suite can extract them from
1983 * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to
DMakefile.in232 HOSTING_CRT0 = @HOSTING_CRT0@
3419 …./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1$(EXEEXT) $(HOSTING_CRT0) ld-partial.@OBJEXT@ $(TESTBFDLIB)…
3422 …./ld-new$(EXEEXT) $(HOSTING_EMU) -o ld1-full$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LI…
3425 …./ld1$(EXEEXT) $(HOSTING_EMU) -o ld2$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY)…
3428 …./ld2$(EXEEXT) $(HOSTING_EMU) -o ld3$(EXEEXT) $(HOSTING_CRT0) $(OFILES) $(TESTBFDLIB) $(LIBIBERTY)…
DChangeLog-9197109 * configure.host (alpha*-*-linux*): Correct HOSTING_CRT0. Set
1561 * configure.host (m88*-*-dgux*): Quote HOSTING_CRT0. From
1769 HOSTING_CRT0. Search -lgcc both before and after -lc in
1897 HOSTING_CRT0. Search -lgcc both before and after -lc in
2371 * configure.host: Change existing Linux HOSTING_CRT0 to be used
2372 for a.out only, and put in appropriate HOSTING_CRT0 and
2467 * configure.host (m68*-motorola-sysv): Define HOSTING_CRT0 and
2469 (m88*-motorola-sysv3): Define HOSTING_CRT0 and HOSTING_LIBS for
3872 * config/i386linux.mh: New file; set HOSTING_CRT0.
4939 * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
[all …]
DChangeLog-00011296 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2943 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3174 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
DChangeLog-0203128 (am33_2.0-*-linux*): Edit default HOSTING_CRT0.
944 * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
2550 HOSTING_CRT0 and HOSTING_LIBS.
DChangeLog-20101124 * configure.host (many linux targets <HOSTING_CRT0>): Remove edits.
DChangeLog-2005641 * configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
/toolchain/binutils/binutils-2.25/ld/testsuite/config/
Ddefault.exp139 foreach x {HOSTING_CRT0 HOSTING_SCRT0 HOSTING_LIBS HOSTING_SLIBS} {
143 foreach x {HOSTING_CRT0 HOSTING_SCRT0 HOSTING_LIBS HOSTING_SLIBS} { set $x "" }
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/
Dld-lib.exp198 global HOSTING_CRT0
211 set objs "$HOSTING_CRT0 $objects"
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-2010219 * ld-plugin/plugin.exp (testobjfiles): Dont use HOSTING_CRT0.