summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-30 20:17:13 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-30 20:17:13 +0000
commit5e6f60dc46099a961209807a7d7e27f5b6661ac4 (patch)
tree9ee0993a3c454351edcbddad898cd6e2ee6e9f2b /config.sub
parent366703755a532b050e34c55be9b8d3f35162dcf8 (diff)
downloadppe42-gcc-5e6f60dc46099a961209807a7d7e27f5b6661ac4.tar.gz
ppe42-gcc-5e6f60dc46099a961209807a7d7e27f5b6661ac4.zip
* config.guess: Detect and handle MPE/IX.
* config.sub: Deal with MPE/IX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub12
1 files changed, 9 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index 75a0a134e1f..29a49feb10f 100755
--- a/config.sub
+++ b/config.sub
@@ -417,6 +417,9 @@ case $basic_machine in
basic_machine=hppa1.1-hp
os=-proelf
;;
+ hp3k9[0-9][0-9] | hp9[0-9][0-9])
+ basic_machine=hppa1.0-hp
+ ;;
hp9k2[0-9][0-9] | hp9k31[0-9])
basic_machine=m68000-hp
;;
@@ -909,7 +912,7 @@ case $os in
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv*)
+ | -mingw32* | -linux-gnu* | -uxpv* | -mpeix*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
# CYGNUS LOCAL
@@ -1161,8 +1164,11 @@ case $basic_machine in
vendor=be
;;
-hpux*)
- vendor=hp
- ;;
+ vendor=hp
+ ;;
+ -mpeix*)
+ vendor=hp
+ ;;
-hiux*)
vendor=hitachi
;;
OpenPOWER on IntegriCloud