From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: kkaempf@progis.de Cc: bfd@cygnus.com Subject: Re: binutils 2.9 on sparc-unknown-linux-gnulibc1 Date: Wed, 08 Apr 1998 08:52:00 -0000 Message-id: <199804081552.LAA23951@subrogation.cygnus.com> References: <19980408074808.17815.qmail@progis.de> X-SW-Source: 1998/msg00042.html From: kkaempf@progis.de Date: Wed, 8 Apr 1998 09:48:08 +0200 (MET DST) Did a clean configure and build. === ld tests === FAIL: bootstrap FAIL: bootstrap with --static FAIL: bootstrap with --traditional-format FAIL: bootstrap with --no-keep-memory FAIL: cdtest FAIL: cdtest with -Ur === ld Summary === # of expected passes 12 # of unexpected failures 6 I would guess that these are because there is no entry in ld/configure.host for sparc-unknown-linux-gnulibc1. If the linker is able to successfully link a program when invoked by gcc, then I wouldn't worry about these errors. See the other linux-gnu and linux*libc1 entries in ld/configure.host for possible examples of how to set HOSTING_CRT0 and HOSTING_LIBS on your system. I don't know what's right. I don't plan to worry about this for the 2.9 release. Ian