Allow building libc++ with any custom -std=xxx flag. Note that using

-std=gnu++98 will give a lot of warnings with clang, so please use
-std=c++0x or higher, or use NO_WERROR.

MFC after:	1 week
This commit is contained in:
dim 2012-10-22 19:44:17 +00:00
parent e377b20c99
commit aef46581d9

View File

@ -53,7 +53,9 @@ cxxrt_${_S}:
WARNS= 0
CFLAGS+= -I${HDRDIR} -I${LIBCXXRTDIR} -nostdlib -DLIBCXXRT
.if !defined(CXXFLAGS) || ${CXXFLAGS:M-std=*}" == ""
CXXFLAGS+= -std=c++0x
.endif
DPADD= ${LIBCXXRT}
LDADD= -lcxxrt