Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2003 10:51:24 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31794 for review
Message-ID:  <200305241751.h4OHpOVf088151@repoman.freebsd.org>

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

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



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