aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libatomic/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libatomic/configure')
-rwxr-xr-xgcc-4.9/libatomic/configure14
1 files changed, 10 insertions, 4 deletions
diff --git a/gcc-4.9/libatomic/configure b/gcc-4.9/libatomic/configure
index 5ca62abc2..bbcdd509e 100755
--- a/gcc-4.9/libatomic/configure
+++ b/gcc-4.9/libatomic/configure
@@ -4059,7 +4059,6 @@ else
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
- rm -rf conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
@@ -4194,7 +4193,6 @@ else
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
- rm -rf conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
@@ -11125,7 +11123,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11109 "configure"
+#line 11126 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11231,7 +11229,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11215 "configure"
+#line 11232 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14695,6 +14693,11 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_ifunc" >&5
$as_echo "$libat_cv_have_ifunc" >&6; }
+ if test $enable_libatomic_ifuncs = no; then
+ libat_cv_have_ifunc=no
+ fi
+
+
yesno=`echo $libat_cv_have_ifunc | tr 'yesno' '1 0 '`
cat >>confdefs.h <<_ACEOF
@@ -14703,6 +14706,9 @@ _ACEOF
+ if test $enable_libatomic_ifuncs = no; then
+ libat_cv_have_ifunc=no
+ fi
fi
# Check linker support.