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

This commit is contained in:
rdivacky 2014-08-25 08:40:36 +00:00
parent a8ed877a78
commit 24aa428ec6

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}