summaryrefslogtreecommitdiff
path: root/libgfortran/configure
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2017-05-26 17:16:35 +0000
committerThomas Koenig <tkoenig@gcc.gnu.org>2017-05-26 17:16:35 +0000
commit5596d26a5c2df26fc591c8dad0e2bc87ee2f88e2 (patch)
treed7224290d6a142492d8960a5e767929a3d5cd355 /libgfortran/configure
parente1cad93084f9cd5bcdb3f3b0b6214605c8043871 (diff)
re PR fortran/80889 (Bootstrap broken on all targets due to rev 248472)
2017-05-26 Thomas Koenig <tkoenig@gcc.gnu.org> PR boostrap/80889 * acinclude.m4: Also set HAVE_AVX128 on the false branch of LIBGFOR_CHECK_AVX128. * configure: Regenerated. From-SVN: r248519
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-xlibgfortran/configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgfortran/configure b/libgfortran/configure
index 36e015594ba..28f10d57474 100755
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -26453,6 +26453,15 @@ else
HAVE_AVX128_FALSE=
fi
+else
+ if false; then
+ HAVE_AVX128_TRUE=
+ HAVE_AVX128_FALSE='#'
+else
+ HAVE_AVX128_TRUE='#'
+ HAVE_AVX128_FALSE=
+fi
+
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
@@ -26714,6 +26723,10 @@ if test -z "${HAVE_AVX128_TRUE}" && test -z "${HAVE_AVX128_FALSE}"; then
as_fn_error "conditional \"HAVE_AVX128\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${HAVE_AVX128_TRUE}" && test -z "${HAVE_AVX128_FALSE}"; then
+ as_fn_error "conditional \"HAVE_AVX128\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: ${CONFIG_STATUS=./config.status}
ac_write_fail=0