summaryrefslogtreecommitdiff
path: root/lib/config.sub
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-01-12 15:01:43 +0000
committerTom Tromey <tromey@redhat.com>1999-01-12 15:01:43 +0000
commite4cb8fc8db53015c33189ca6a4d59a98be12cb7a (patch)
treea7c6857864975491c9fc54b25362189352638d4f /lib/config.sub
parentf64cfd3bc0d7e8d9dfef43e9ad146f259747c165 (diff)
downloadautomake-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.sub11
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
;;