summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 2e59ac8..d5181f0 100755
--- a/configure
+++ b/configure
@@ -5069,9 +5069,16 @@ MULTIARCH=$($CC --print-multiarch 2>/dev/null)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the platform triplet based on compiler characteristics" >&5
$as_echo_n "checking for the platform triplet based on compiler characteristics... " >&6; }
cat >> conftest.c <<EOF
+#undef bfin
+#undef cris
+#undef fr30
#undef linux
+#undef hppa
+#undef hpux
#undef i386
+#undef mips
#undef powerpc
+#undef sparc
#undef unix
#if defined(__linux__)
# if defined(__x86_64__) && defined(__LP64__)