]> code.delx.au - gnu-emacs/commitdiff
Move m68k-ccur handling to proper part of file.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Aug 1994 06:04:59 +0000 (06:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Aug 1994 06:04:59 +0000 (06:04 +0000)
Canonicalize cpu type pentium into i486.  (Change it to i586 later.)

config.sub

index a62afd029afe7ec238fab57d85f401c31a46f3e0..6c3dd99331471296d108a71a86f7fed1655e2c50 100755 (executable)
@@ -170,10 +170,6 @@ case $basic_machine in
                basic_machine=ns32k-sequent
                os=-dynix
                ;;
-       m68k-ccur)
-               basic_machine=m68k-ccur
-               os=-rtu
-               ;;
        convex-c1)
                basic_machine=c1-convex
                os=-bsd
@@ -384,6 +380,11 @@ case $basic_machine in
         pc532)
                basic_machine=ns32k-pc532
                ;;
+       pentium-*)
+               # We will change tis to say i586 once there has been
+               # time for various packages to start to recognize that.
+               basic_machine=i486-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
        pn)
                basic_machine=pn-gould
                ;;
@@ -660,6 +661,9 @@ case $basic_machine in
        *-dolphin)
                os=-sysv3
                ;;
+       m68k-ccur)
+               os=-rtu
+               ;;
        m88k-omron*)
                os=-luna
                ;;