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