Mercurial > emacs
changeset 8585:f9d1fe1ed6ec
Move m68k-ccur handling to proper part of file.
Canonicalize cpu type pentium into i486. (Change it to i586 later.)
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Aug 1994 06:04:59 +0000 |
parents | 4f0a475b1fa9 |
children | c78654909acf |
files | config.sub |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Tue Aug 23 00:33:29 1994 +0000 +++ b/config.sub Tue Aug 23 06:04:59 1994 +0000 @@ -170,10 +170,6 @@ 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 @@ 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 @@ *-dolphin) os=-sysv3 ;; + m68k-ccur) + os=-rtu + ;; m88k-omron*) os=-luna ;;