This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/11997] libgcc build fails because crtbeginS.o not built for sh-netbsdelf


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11997


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-20 20:59 -------
Dara, can you try this patch, this should fix it (note I have not tried it yet):
Index: t-netbsd
============================================================
=======
RCS file: /cvs/gcc/gcc/gcc/config/sh/t-netbsd,v
retrieving revision 1.2
diff -u -d -b -w -u -r1.2 t-netbsd
--- t-netbsd    18 Jun 2002 19:56:54 -0000      1.2
+++ t-netbsd    20 Aug 2003 20:58:30 -0000
@@ -3,7 +3,7 @@
 
 LIB2FUNCS_EXTRA=
 
-EXTRA_MULTILIB_PARTS=
+EXTRA_MULTILIB_PARTS= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
 
 # NetBSD's C library includes a fast software FP library that
 # has support for setting/setting the rounding mode, exception

I here by put this patch in the public domain.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]