The standard we compile libc++ with is called c++11 not c++0x.
This commit is contained in:
parent
94be23b653
commit
c71728dfaf
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user