bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binutils test suite failures


From: Mark Kettenis
Subject: Re: binutils test suite failures
Date: Thu, 23 Aug 2001 00:22:06 +0200

   Date: Thu, 23 Aug 2001 00:11:24 +0200
   From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>

   Ok, however, there seems to be a syntax error, and I seem to be dense enough
   to not being able to figure out what happens:

Forgot a `.

Try this one instead.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

        * configure.host (i[3456]86-*-gnu*): New stanza.

Index: configure.host
===================================================================
RCS file: /cvs/src/src/ld/configure.host,v
retrieving revision 1.16
diff -u -p -r1.16 configure.host
--- configure.host 2001/06/06 12:11:23 1.16
+++ configure.host 2001/08/22 22:20:13
@@ -95,6 +95,11 @@ i[3456]86-*-linux-gnu*)
   HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else 
${CC} -print-libgcc-file-name; fi` -L`dirname \`${CC} 
--print-file-name=libc.so\`` -lc `if [ -f ../gcc/libgcc.a ] ; then echo 
../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` `if [ -f 
../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} 
--print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
   ;;
 
+i[3456]86-*-gnu*)
+  HOSTING_CRT0='-dynamic-linker /lib/ld.so /lib/crt1.o /lib/crti.o `if [ -f 
../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} 
-print-file-name=crtbegin.o; fi`'
+  HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ]; then echo ../gcc/libgcc.a; else 
${CC} -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/libgcc.a ]; then echo 
../gcc/libgcc.a; else ${CC} -print-libgcc-file-name; fi` `if [ -f 
../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} 
--print-file-name=crtend.o; fi` /lib/crtn.o'
+  ;;
+
 i[3456]86-*-lynxos*)
   HOSTING_CRT0=/lib/init1.o
   HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else 
${CC} -print-libgcc-file-name; fi` -lc -lm /lib/initn.o'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]