summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-10-10 17:36:59 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-10-10 17:36:59 +0000
commit03a466b3b9c7b4e00a09a334c67d6870ee7c6bba (patch)
treeb91bd6321f77b3bcb7fff692afe4ab726c0af4ad /libcxx/lib
parent556e5860f970411bec3f440c1cb20563b51a77a6 (diff)
downloadbcm5719-llvm-03a466b3b9c7b4e00a09a334c67d6870ee7c6bba.tar.gz
bcm5719-llvm-03a466b3b9c7b4e00a09a334c67d6870ee7c6bba.zip
Remove -Wglobal-constructors from flags. This was an accidental addition.
llvm-svn: 141551
Diffstat (limited to 'libcxx/lib')
-rwxr-xr-xlibcxx/lib/buildit2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit
index d78bd3d2612..b307806bab7 100755
--- a/libcxx/lib/buildit
+++ b/libcxx/lib/buildit
@@ -35,7 +35,7 @@ then
RC_ProjectSourceVersion=1
fi
-EXTRA_FLAGS="-std=c++0x -Wglobal-constructors"
+EXTRA_FLAGS="-std=c++0x"
case $TRIPLE in
*-apple-*)
OpenPOWER on IntegriCloud