diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2014-01-14 17:04:06 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2014-01-14 17:04:06 +0000 |
| commit | b183f8594f775ea4864d77a7332a183c9613a570 (patch) | |
| tree | 10601cdb27106dbf920d097891b803c48dd3aaca /libcxx/lib/buildit | |
| parent | ed90030ffec315e76b0f389ef1a7475e22d0ab09 (diff) | |
| download | bcm5719-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-x | libcxx/lib/buildit | 2 |
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" ] |

