diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-06-26 01:30:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-06-26 01:30:44 +0000 |
| commit | 542f4d628212949fa2d8b5eaf174662cfd684dd7 (patch) | |
| tree | c499104f76bb0c820577aa8484fa93565f3a6cee | |
| parent | 098f057be81aab2b4435a49b43caa67308b8c3c8 (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 5 |
1 files changed, 0 insertions, 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++ |
