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]

Re: target/2669: [Solaris 8/Intel] shared libgcc isn't built


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


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