]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Tue, 19 May 1992 20:08:22 +0000 (20:08 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 19 May 1992 20:08:22 +0000 (20:08 +0000)
From-SVN: r1019

gcc/config.sub

index e5f8db57ebc3f7871281f8e0a687617ca7a4b9ce..a5095547d17ac3ded231c6c2d984037c495b4d92 100755 (executable)
@@ -170,7 +170,13 @@ case $basic_machine in
                ;;
        iris | iris4d)
                basic_machine=mips-sgi
-               os=-irix
+               case $os in
+                   -irix*)
+                       ;;
+                   *)
+                       os=-irix4
+                       ;;
+               esac
                ;;
        news | news700 | news800 | news900)
                basic_machine=m68k-sony
This page took 0.07052 seconds and 5 git commands to generate.