diff options
author | Tom Tromey <tromey@redhat.com> | 1999-01-12 15:01:43 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1999-01-12 15:01:43 +0000 |
commit | e4cb8fc8db53015c33189ca6a4d59a98be12cb7a (patch) | |
tree | a7c6857864975491c9fc54b25362189352638d4f /lib/config.sub | |
parent | f64cfd3bc0d7e8d9dfef43e9ad146f259747c165 (diff) | |
download | automake-e4cb8fc8db53015c33189ca6a4d59a98be12cb7a.tar.gz |
* config.sub, config.guess, COPYING, texinfo.tex: New versions
from FSF.
Diffstat (limited to 'lib/config.sub')
-rw-r--r-- | lib/config.sub | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/config.sub b/lib/config.sub index f79116645..603bdf04c 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -345,6 +345,10 @@ case $basic_machine in hppa-next) os=-nextstep3 ;; + 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 @@ -713,8 +717,8 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos*) + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) @@ -920,6 +924,9 @@ case $basic_machine in -hpux*) vendor=hp ;; + -mpeix*) + vendor=hp + ;; -hiux*) vendor=hitachi ;; |