commit | 79e22d8c45369e662ea92853f803341cdbfd77be | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Mon Apr 02 06:54:01 2012 +0000 |
committer | Eric Christopher <echristo@apple.com> | Mon Apr 02 06:54:01 2012 +0000 |
tree | b849aa8255783b922f81fef035e713feeb90dcf3 | |
parent | 17463b3ef1a3d39b10619254f12e806c8c43f9e7 [diff] [blame] |
Fix CXXFLAGS for huge_val.m4. Patch by Jeremy Huddleston! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153862 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure index f4c5670..5c2d466 100755 --- a/configure +++ b/configure
@@ -16371,7 +16371,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_save_CXXFLAGS=$CXXFLAGS - CXXFLAGS+=" -pedantic" + CXXFLAGS="$CXXFLAGS -pedantic" if test "$cross_compiling" = yes; then ac_cv_huge_val_sanity=yes else