summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-26 01:30:44 +0000
committerpeter <peter@FreeBSD.org>2003-06-26 01:30:44 +0000
commit3ebd7677e2434e356b5e1dbe727c341012523b2d (patch)
treec499104f76bb0c820577aa8484fa93565f3a6cee /gnu
parent967141e500d4acc0a20a2114137e3111a6b403ca (diff)
downloadFreeBSD-src-3ebd7677e2434e356b5e1dbe727c341012523b2d.zip
FreeBSD-src-3ebd7677e2434e356b5e1dbe727c341012523b2d.tar.gz
Oops, remove hack to stop libstdc++.so being built now that gcc uses
-lgcc_pic by default on -fpic stuff. I forgot about this here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 057339c..e885364 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -8,11 +8,6 @@ SUPDIR= ${SRCDIR}/libsupc++
${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++
OpenPOWER on IntegriCloud