The standard we compile libc++ with is called c++11 not c++0x.

This commit is contained in:
Roman Divacky 2014-08-25 08:40:36 +00:00
parent 94be23b653
commit c71728dfaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270522

View File

@ -57,7 +57,7 @@ cxxrt_${_S}:
WARNS= 0
CFLAGS+= -I${HDRDIR} -I${LIBCXXRTDIR} -nostdlib -DLIBCXXRT
.if empty(CXXFLAGS:M-std=*)
CXXFLAGS+= -std=c++0x
CXXFLAGS+= -std=c++11
.endif
DPADD= ${LIBCXXRT}