Whoops! Set the default in the last commit to c++1y instead of c++11

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2014-01-14 17:04:06 +00:00
parent 2f78c0d9f9
commit 928bb68bb2
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ fi
if [ -z "$CXX_LANG" ]
then
CXX_LANG=c++1y
CXX_LANG=c++11
fi
if [ -z "$CC" ]

View File

@ -38,7 +38,7 @@ fi
if [ -z "$CXX_LANG" ]
then
CXX_LANG=c++1y
CXX_LANG=c++11
fi
if [ -z "$OPTIONS" ]
then