diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:45:27 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:45:27 +0000 |
| commit | e8067928ff5f819ef78ad4acfb12124415ea2fff (patch) | |
| tree | 6877785f0579f6ffbad0ceacb9815755d0d152a4 /lib/libc++ | |
| parent | bdbf3440cef44fdda6b975e29805df1c88b1c9f6 (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 50a747c8cfce..d83c4f81c016 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -76,9 +76,7 @@ CFLAGS+= -nostdinc++ CFLAGS+= -nostdlib CFLAGS+= -D_LIBCPP_BUILDING_LIBRARY CFLAGS+= -DLIBCXXRT -.if empty(CXXFLAGS:M-std=*) -CXXFLAGS+= -std=c++11 -.endif +CXXSTD= c++11 LIBADD+= cxxrt INCSGROUPS= STD EXP EXT |
