diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-08-11 18:11:36 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-11 18:11:36 +0000 |
| commit | 824ea8f9cdc49e481d1f969ed423317852c118fd (patch) | |
| tree | eeaca3c498b66cbbe19263937e707adaf735fe83 /libcxx/lib | |
| parent | 29c8818ad9a20d54d6472414f8779753ac9a5bf7 (diff) | |
| download | bcm5719-llvm-824ea8f9cdc49e481d1f969ed423317852c118fd.tar.gz bcm5719-llvm-824ea8f9cdc49e481d1f969ed423317852c118fd.zip | |
Didn't mean to change lib/buildit on the last check in
llvm-svn: 110834
Diffstat (limited to 'libcxx/lib')
| -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 89b38b61915..44e7c3a0600 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit @@ -21,7 +21,7 @@ case $TRIPLE in *-apple-*) if [ -z $RC_BUILDIT ] then - RC_CFLAGS="-arch i386 -arch x86_64 -fno-exceptions -fno-rtti" + RC_CFLAGS="-arch i386 -arch x86_64" fi SOEXT=dylib LDSHARED_FLAGS="-o libc++.1.dylib \ |

