Didn't mean to change lib/buildit on the last check in

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@110834 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/buildit b/lib/buildit
index 89b38b6..44e7c3a 100755
--- a/lib/buildit
+++ b/lib/buildit
@@ -21,7 +21,7 @@
   *-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 \