summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-02 06:12:14 +0000
committerobrien <obrien@FreeBSD.org>2003-06-02 06:12:14 +0000
commitc32790bfaf700f6b5a3c875c5ac9269001ac1010 (patch)
treee19497cb6adb407d4619031a5574159837d84d35 /gnu
parent9e2d5b6e46f788faa67f0721c4b33c1878269dfb (diff)
downloadFreeBSD-src-c32790bfaf700f6b5a3c875c5ac9269001ac1010.zip
FreeBSD-src-c32790bfaf700f6b5a3c875c5ac9269001ac1010.tar.gz
Something funky is going on here... disabling CSTD makes it go away...
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 057339c..5bd023a 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -18,6 +18,7 @@ NOSHARED= broken
LIB= stdc++
SHLIB_MAJOR= 4
+CSTD?=
CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR}
CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated
OpenPOWER on IntegriCloud