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 | 72e8143ca9449f739b91aaf86f37f9cc700afb1a (patch) | |
tree | ca749675b70eb1834879075ba23a073b4b1e5b5b /config.sub | |
parent | c6f9f4da8940a43822ee6207a27bb4a75ccb3d01 (diff) | |
download | emacs-72e8143ca9449f739b91aaf86f37f9cc700afb1a.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 ;; |