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
commit1ee245eb301a0bd764e2e86ed913394b2ef70c77 (patch)
treef76a27c7a88c32f4caf1b3652f60d7450937ad61 /config.sub
parent26faf9f443bd227a7852225718addfac0cb1000a (diff)
downloademacs-1ee245eb301a0bd764e2e86ed913394b2ef70c77.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
;;