summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e3b57d4b94..d00c96f9d3 100644
--- a/configure.in
+++ b/configure.in
@@ -1554,7 +1554,6 @@ AS_CASE(["$target_cpu-$target_os"], [[i[3-6]86*]], [
[rb_cv_gcc_compiler_cas=no])])
if test "$rb_cv_gcc_compiler_cas" = no; then
unset rb_cv_gcc_compiler_cas
- ARCH_FLAG="-march=i486"
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -march=i486"
AC_CACHE_CHECK([for __sync_val_compare_and_swap with -march=i486], [rb_cv_gcc_compiler_cas], [