summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-23 06:04:59 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-23 06:04:59 +0000
commitef669248c528c8cde648dbbbb388792df24cc036 (patch)
treedbc31bca59dda1f0b28e41e59032dff6fd551213 /config.sub
parentd54f374b40ea90587cf9b95b012f2428450ce5b1 (diff)
downloademacs-ef669248c528c8cde648dbbbb388792df24cc036.tar.gz
Move m68k-ccur handling to proper part of file.
Canonicalize cpu type pentium into i486. (Change it to i586 later.)
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub12
1 files changed, 8 insertions, 4 deletions
diff --git a/config.sub b/config.sub
index a62afd029af..6c3dd993314 100755
--- a/config.sub
+++ b/config.sub
@@ -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
;;