diff options
author | Ben Elliston <bje@air.net.au> | 1999-03-10 12:23:21 +0000 |
---|---|---|
committer | Ben Elliston <bje@air.net.au> | 1999-03-10 12:23:21 +0000 |
commit | 66adca52242273f5eaffeab33eaf2439eebdd608 (patch) | |
tree | 01b0eb2a2b1e37ad4f85cfe9213154fdb5744ae9 /config.sub | |
parent | 5e30a60b85cd34ecf4b65f4dbdd803df81ffe5c8 (diff) | |
download | emacs-66adca52242273f5eaffeab33eaf2439eebdd608.tar.gz |
Merge recent additions from autoconf source tree.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 603bdf04c90..a5095410a75 100755 --- a/config.sub +++ b/config.sub @@ -182,7 +182,7 @@ case $basic_machine in | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ - | f301-*) + | f301-* | armv*-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -349,6 +349,10 @@ case $basic_machine in basic_machine=hppa1.0-hp os=-mpeix ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + os=-mpeix + ;; i370-ibm* | ibm*) basic_machine=i370-ibm os=-mvs @@ -416,6 +420,10 @@ case $basic_machine in basic_machine=i486-ncr os=-sysv4 ;; + netwinder) + basic_machine=armv4l-corel + os=-linux + ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos @@ -718,7 +726,8 @@ case $os in | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix*) + | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \ + | -openstep* | -mpeix* | -oskit*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) @@ -804,6 +813,9 @@ case $basic_machine in *-acorn) os=-riscix1.2 ;; + arm*-corel) + os=-linux + ;; arm*-semi) os=-aout ;; @@ -927,6 +939,9 @@ case $basic_machine in -mpeix*) vendor=hp ;; + -mpeix*) + vendor=hp + ;; -hiux*) vendor=hitachi ;; |