summaryrefslogtreecommitdiffstats
path: root/libcxx/lib/buildit
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2014-01-14 17:04:06 +0000
committerMarshall Clow <mclow.lists@gmail.com>2014-01-14 17:04:06 +0000
commitb183f8594f775ea4864d77a7332a183c9613a570 (patch)
tree10601cdb27106dbf920d097891b803c48dd3aaca /libcxx/lib/buildit
parented90030ffec315e76b0f389ef1a7475e22d0ab09 (diff)
downloadbcm5719-llvm-b183f8594f775ea4864d77a7332a183c9613a570.tar.gz
bcm5719-llvm-b183f8594f775ea4864d77a7332a183c9613a570.zip
Whoops! Set the default in the last commit to c++1y instead of c++11
llvm-svn: 199224
Diffstat (limited to 'libcxx/lib/buildit')
-rwxr-xr-xlibcxx/lib/buildit2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit
index 00f0adfe91f..7e42c1bd915 100755
--- a/libcxx/lib/buildit
+++ b/libcxx/lib/buildit
@@ -19,7 +19,7 @@ fi
if [ -z "$CXX_LANG" ]
then
- CXX_LANG=c++1y
+ CXX_LANG=c++11
fi
if [ -z "$CC" ]
OpenPOWER on IntegriCloud