PERFORCE change 31794 for review

Peter Wemm peter at FreeBSD.org
Sat May 24 10:51:26 PDT 2003


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

Change 31794 by peter at peter_hammer on 2003/05/24 10:51:10

	Lower risk way of repairing the build than messing with libgcc_pic.a

Affected files ...

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

Differences ...

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

@@ -8,6 +8,11 @@
        ${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