]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Correct a thinko.
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Mon, 17 May 1999 04:23:12 +0000 (04:23 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Mon, 17 May 1999 04:23:12 +0000 (04:23 +0000)
config.sub

index 5b67338786799331b4b33b4fc066e15cef6e0291..2436b45347a981164f777470398d5642517ea64e 100755 (executable)
@@ -385,7 +385,6 @@ case $basic_machine in
                ;;
        hp3k9[0-9][0-9] | hp9[0-9][0-9])
                basic_machine=hppa1.0-hp
-               os=-mpeix
                ;;
        hp9k2[0-9][0-9] | hp9k31[0-9])
                basic_machine=m68000-hp
@@ -1043,9 +1042,9 @@ case $basic_machine in
        mips*-cisco)
                os=-elf
                ;;
-        mips*-*)
-                os=-elf
-                ;;
+       mips*-*)
+               os=-elf
+               ;;
        *-tti)  # must be before sparc entry or we get the wrong os.
                os=-sysv3
                ;;