diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:13:44 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:13:44 +0000 |
| commit | 9a41926bfb664dd77659d1615ba55d75c2c530a8 (patch) | |
| tree | 22e8924bf0eae4d597df29297ed7d3533c32f5a9 /lib/libc++/Makefile | |
| parent | 5d00c5a6571cdf533228338fa7ca532c91af1d66 (diff) | |
Notes
Diffstat (limited to 'lib/libc++/Makefile')
| -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 50a747c8cfce7..d83c4f81c0167 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 |
