Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2003 15:52:10 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32601 for review
Message-ID:  <200306042252.h54MqAiw050200@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=32601

Change 32601 by peter@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++



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306042252.h54MqAiw050200>