From: Ben Elliston Date: Mon, 17 May 1999 04:23:12 +0000 (+0000) Subject: Correct a thinko. X-Git-Tag: experimental-branchpoint~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3505c67fda4f6e30f950df21d841afd388166355;p=thirdparty%2Fautoconf.git Correct a thinko. --- diff --git a/config.sub b/config.sub index 5b673387..2436b453 100755 --- a/config.sub +++ b/config.sub @@ -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 ;;