From 542f4d628212949fa2d8b5eaf174662cfd684dd7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 26 Jun 2003 01:30:44 +0000 Subject: [PATCH] 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. --- gnu/lib/libstdc++/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 057339c6fedf..e8853641657c 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++