diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-16 14:40:07 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-16 14:40:07 +0000 |
| commit | aee7bee5c3e5827149aad909d256f6c97957e9ae (patch) | |
| tree | 24370abdb19f2acfb08b5d4b65ffe57fd489b300 /gnu/lib/libsupc++ | |
| parent | fae50821ae22099d0406090228bc4c5b6af693ad (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libsupc++')
| -rw-r--r-- | gnu/lib/libsupc++/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile index 5cc5f04adf674..a172a6ed08ac2 100644 --- a/gnu/lib/libsupc++/Makefile +++ b/gnu/lib/libsupc++/Makefile @@ -54,7 +54,5 @@ VERSION_MAP= ${.CURDIR}/Version.map .include <bsd.lib.mk> -# Filter out libc++-specific flags, and -std= flags above c++98 or gnu++98. -CXXFLAGS:= ${CXXFLAGS:N-stdlib=libc++:N-std=c++[01][13x]:N-std=gnu++[01][13x]} - CXXFLAGS.clang+= -stdlib=libstdc++ +CXXFLAGS+= -std=gnu++98 |
