changeset 350:52f8902e06f9

[project @ 1994-02-10 08:08:57 by jwe]
author jwe
date Thu, 10 Feb 1994 08:08:57 +0000
parents 15d748dd2aab
children aaf43fb91f39
files configure.in
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Feb 09 22:31:39 1994 +0000
+++ b/configure.in	Thu Feb 10 08:08:57 1994 +0000
@@ -144,13 +144,9 @@
 AC_SUBST(CXXFLAGS)dnl
 AC_SUBST(EXTERNAL_TEMPLATES)dnl
 
-case "$CC" in
-  gcc* | */gcc*)
-    case "$canonical_host_type" in
-      *-i[3456]86-*)
-        GCC_IEEE_FP_FLAG="-mieee-fp"
-      ;;
-    esac
+case "$canonical_host_type" in
+  i386-*-linux | i486-*-linux | i586-*-linux)
+    GCC_IEEE_FP_FLAG="-mieee-fp"
   ;;
 esac
 AC_SUBST(GCC_IEEE_FP_FLAG)dnl