PERFORCE change 32596 for review

Peter Wemm peter at FreeBSD.org
Wed Jun 4 15:48:03 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32596

Change 32596 by peter at peter_hammer on 2003/06/04 15:47:18

	Install libgcc_pic.a as well.  Its necessary. :-/

Affected files ...

.. //depot/projects/hammer/gnu/lib/libgcc/Makefile#6 edit

Differences ...

==== //depot/projects/hammer/gnu/lib/libgcc/Makefile#6 (text+ko) ====

@@ -12,6 +12,9 @@
 
 #SHLIB_MAJOR=	1
 
+# We need to install libgcc_pic.a as well, for use by shared libs.
+INSTALL_PIC_ARCHIVE=	yes	
+
 #
 # XXX This is a hack, but it seems to work.
 # libgcc2.a is meant to be compiled by *this* version of gcc.


More information about the p4-projects mailing list