summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-28 20:26:43 +0000
committerEric Christopher <echristo@apple.com>2010-07-28 20:26:43 +0000
commitf7eb811d1ab77b9da6ec9a3ffe9daeeebdf0567f (patch)
tree6cb8ea34cf22f516e7ddf45bd1e6b80371df0ee2
parent84c95cc9b52662691fb4f0ed24074ab2e4b39ec5 (diff)
downloadbcm5719-llvm-f7eb811d1ab77b9da6ec9a3ffe9daeeebdf0567f.tar.gz
bcm5719-llvm-f7eb811d1ab77b9da6ec9a3ffe9daeeebdf0567f.zip
Regenerate.
llvm-svn: 109647
-rwxr-xr-xllvm/configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/configure b/llvm/configure
index f1488d32ed4..98a40c4338e 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -20165,6 +20165,12 @@ fi
{ echo "$as_me:$LINENO: checking for GCC atomic builtins" >&5
echo $ECHO_N "checking for GCC atomic builtins... $ECHO_C" >&6; }
+ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -20215,6 +20221,12 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
+ ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
OpenPOWER on IntegriCloud