* ld-undefined/undefined.exp (i?86-*-freebsd*): Remove xfail.
* configure.host (*-*-freebsd*): Add known path for ld-elf.so.1 if not produced by gcc.
This commit is contained in:
parent
b613960add
commit
40bdaaa8ed
4 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
||||||
|
|
||||||
|
* configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
|
||||||
|
if not produced by gcc.
|
||||||
|
|
||||||
2003-06-16 Hans-Peter Nilsson <hp@axis.com>
|
2003-06-16 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* configure.tgt: Add specific case for cris-*-linux-gnu*
|
* configure.tgt: Add specific case for cris-*-linux-gnu*
|
||||||
|
|
|
@ -19,11 +19,7 @@ HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ]; then libgcc=../gcc/libgcc.a; else libg
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
# Older versions of gcc do not use a specs file. In those cases,
|
HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} --print-prog-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC} --print-file-name=crtbegin.o`'
|
||||||
# gcc -print-file-name=specs will simply print specs. We create a
|
|
||||||
# dummy specs files to handle this.
|
|
||||||
echo "-dynamic-linker `${CC} --print-file-name=ld-elf.so.1`" > specs
|
|
||||||
HOSTING_CRT0='-dynamic-linker `${CC} --print-prog-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC} --print-file-name=crtbegin.o`'
|
|
||||||
HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
|
HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
||||||
|
|
||||||
|
* ld-undefined/undefined.exp (i?86-*-freebsd*): Remove xfail.
|
||||||
|
|
||||||
2003-06-16 Alan Modra <amodra@bigpond.net.au>
|
2003-06-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ld-powerpc/tlsexetoc.d: Update.
|
* ld-powerpc/tlsexetoc.d: Update.
|
||||||
|
|
|
@ -129,10 +129,6 @@ set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'"
|
||||||
#
|
#
|
||||||
# hence the xfails below.
|
# hence the xfails below.
|
||||||
|
|
||||||
#setup_xfail arm-*-elf
|
|
||||||
setup_xfail i?86-*-freebsd*
|
|
||||||
#setup_xfail strongarm-*-elf
|
|
||||||
#setup_xfail thumb-*-elf
|
|
||||||
setup_xfail mcore-*-elf
|
setup_xfail mcore-*-elf
|
||||||
setup_xfail mips-sgi-irix6*
|
setup_xfail mips-sgi-irix6*
|
||||||
setup_xfail "sh64-*-*"
|
setup_xfail "sh64-*-*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue