diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 06:12:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-02 06:12:14 +0000 |
commit | 0dd14866744aea5320e333ea232b4c990c51c566 (patch) | |
tree | e19497cb6adb407d4619031a5574159837d84d35 /gnu | |
parent | 0f0f21c39417a7d35347828a013d9d7e7da5bbbd (diff) |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libstdc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 057339c6fedfe..5bd023ab20296 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 |