]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/configure
re PR bootstrap/33781 ("Arg list too long" building libgcc.a)
[thirdparty/gcc.git] / gcc / configure
index 5581fd628d2ba915e87fea9f160f4e2bfb366993..ed7bba16e0e8dc95b42114ebdab8e0135b32d1b6 100755 (executable)
@@ -7056,7 +7056,16 @@ else
 
   case $target in
     mips*-*-*)
-      enable_fixed_point=yes
+      case $host in
+        mips*-sgi-irix*)
+         { echo "$as_me:$LINENO: WARNING: fixed-point support is not available for IRIX" >&5
+echo "$as_me: WARNING: fixed-point support is not available for IRIX" >&2;}
+         enable_fixed_point=no
+         ;;
+       *)
+         enable_fixed_point=yes
+         ;;
+      esac
       ;;
     *)
       { echo "$as_me:$LINENO: WARNING: fixed-point is not supported for this target" >&5