From c71728dfafa45cc71aa233a8406ddb895e03e55e Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Mon, 25 Aug 2014 08:40:36 +0000 Subject: [PATCH] The standard we compile libc++ with is called c++11 not c++0x. --- lib/libc++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 1e7dfafe4fb..5f2c8e9f783 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -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}