PERFORCE change 32601 for review

Peter Wemm peter at FreeBSD.org
Wed Jun 4 15:52:12 PDT 2003


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

Change 32601 by peter at peter_hammer on 2003/06/04 15:51:52

	Add libstdc++.so back in, its just the tip of the iceberg.  Any
	c++ code from ports that uses shared libs needs libgcc_pic.a or
	libgcc.so.  There is no way to avoid it, and libstdc++ is the least
	of our worries here.

Affected files ...

.. //depot/projects/hammer/gnu/lib/libstdc++/Makefile#11 edit

Differences ...

==== //depot/projects/hammer/gnu/lib/libstdc++/Makefile#11 (text+ko) ====

@@ -8,11 +8,6 @@
        ${SRCDIR}/config/locale/generic ${SRCDIR} ${SRCDIR}/std \
        ${SUPDIR} ${GCCDIR}
 
-.if ${MACHINE_ARCH} == "amd64"
-NOPIC=		broken		# need libgcc.so or libgcc_pic.a
-NOSHARED=	broken
-.endif
-
 #SUBDIR=	doc
 
 LIB=		stdc++


More information about the p4-projects mailing list