This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11997] libgcc build fails because crtbeginS.o not built for sh-netbsdelf
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2003 20:59:13 -0000
- Subject: [Bug bootstrap/11997] libgcc build fails because crtbeginS.o not built for sh-netbsdelf
- References: <20030820195542.11997.dhazeghi@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.