Commit b5f57ac8 by Richard Stallman

Move m68k-ccur handling to proper part of file.

Canonicalize cpu type pentium into i486.  (Change it to i586 later.)

From-SVN: r7960
parent 2d1aa7d8
...@@ -170,10 +170,6 @@ case $basic_machine in ...@@ -170,10 +170,6 @@ case $basic_machine in
basic_machine=ns32k-sequent basic_machine=ns32k-sequent
os=-dynix os=-dynix
;; ;;
m68k-ccur)
basic_machine=m68k-ccur
os=-rtu
;;
convex-c1) convex-c1)
basic_machine=c1-convex basic_machine=c1-convex
os=-bsd os=-bsd
...@@ -384,6 +380,11 @@ case $basic_machine in ...@@ -384,6 +380,11 @@ case $basic_machine in
pc532) pc532)
basic_machine=ns32k-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) pn)
basic_machine=pn-gould basic_machine=pn-gould
;; ;;
...@@ -660,6 +661,9 @@ case $basic_machine in ...@@ -660,6 +661,9 @@ case $basic_machine in
*-dolphin) *-dolphin)
os=-sysv3 os=-sysv3
;; ;;
m68k-ccur)
os=-rtu
;;
m88k-omron*) m88k-omron*)
os=-luna os=-luna
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment