Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 08:40:37 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270522 - head/lib/libc++
Message-ID:  <201408250840.s7P8ebjJ054971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rdivacky
Date: Mon Aug 25 08:40:36 2014
New Revision: 270522
URL: http://svnweb.freebsd.org/changeset/base/270522

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

Modified:
  head/lib/libc++/Makefile

Modified: head/lib/libc++/Makefile
==============================================================================
--- head/lib/libc++/Makefile	Mon Aug 25 07:15:14 2014	(r270521)
+++ head/lib/libc++/Makefile	Mon Aug 25 08:40:36 2014	(r270522)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408250840.s7P8ebjJ054971>