This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/2669: [Solaris 8/Intel] shared libgcc isn't built
- To: gcc-gnats at gcc dot gnu dot org
- Subject: Re: target/2669: [Solaris 8/Intel] shared libgcc isn't built
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Date: Fri, 27 Apr 2001 23:34:31 +0200 (MEST)
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200104272013.f3RKDSZ09299@fuego.TechFak.Uni-Bielefeld.DE><20010427201600.15549.qmail@sourceware.cygnus.com>
Just for the record, I've just finished a bootstrap with the following
trivial path applied (with f77 disabled due to the comparison failure
reported in
http://gcc.gnu.org/ml/gcc-bugs/2001-04/msg00589.html
A make check is just underway, I'll submit the results to gcc-testresults
and post a comparison once this is done. If all goes well and appropriate
names for the two t-* files can be suggested, this should be ready for
check-in.
Rainer
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University
Email: ro@TechFak.Uni-Bielefeld.DE
Fri Apr 27 22:15:45 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config.gcc: Enable building shared libgcc on Solaris 2/Intel.
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config.gcc,v
retrieving revision 1.27.2.5
diff -u -p -r1.27.2.5 config.gcc
--- config.gcc 2001/04/16 18:25:39 1.27.2.5
+++ config.gcc 2001/04/27 21:31:07
@@ -1325,6 +1325,11 @@ i[34567]86-*-solaris2*)
tm_file="i386/sol2gas.h ${tm_file}"
fi
tmake_file="i386/t-i386bare i386/t-sol2"
+ if test x$gnu_ld = xyes; then
+ tmake_file="$tmake_file sparc/t-slibgcc"
+ else
+ tmake_file="$tmake_file sparc/t-slibgcc-sld"
+ fi
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
xmake_file=x-svr4
if test x${enable_threads} = x; then