summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1993-07-14 03:20:18 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1993-07-14 03:20:18 +0000
commitb2eed00fa9d4dbee676d1f96dda1fce088eee5bf (patch)
tree1aae1537c60b087710daa0755348e20f0cdd4cf8 /config.sub
parentac2c0ee786444d5166265a51e9b6208e021f24f4 (diff)
downloadppe42-binutils-b2eed00fa9d4dbee676d1f96dda1fce088eee5bf.tar.gz
ppe42-binutils-b2eed00fa9d4dbee676d1f96dda1fce088eee5bf.zip
* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
(h8300hhms is temporary until multi-libraries are implemented). * configure.in: Handle h8300h too.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub16
1 files changed, 14 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index a65f62171a..3ca83dc032 100755
--- a/config.sub
+++ b/config.sub
@@ -77,6 +77,9 @@ case $os in
os=
basic_machine=$1
;;
+ -lynx)
+ os=-lynxos
+ ;;
-scout) # CYGNUS LOCAL
;;
-wrs) # CYGNUS LOCAL
@@ -444,7 +447,10 @@ case $basic_machine in
basic_machine=h8300-hitachi
os=-hms
;;
-
+ h8300hhms) # CYGNUS LOCAL
+ basic_machine=h8300h-hitachi
+ os=-hms
+ ;;
sh) # CYGNUS LOCAL
basic_machine=sh-hitachi
os=-hms
@@ -633,6 +639,9 @@ case $os in
-solaris1 | -solaris1.*)
os=`echo $os | sed -e 's|solaris1|sunos4|'`
;;
+ -solaris)
+ os=-solaris2
+ ;;
# First accept the basic system types.
# The portable systems comes first.
# Each alternative must end in a *, to match a version number.
@@ -644,7 +653,7 @@ case $os in
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -go32 | -sim | -es1800* | -udi | -hms* | -xray \
| -os68k* | -none* | -v88r* | -aout | -coff | -elf | -bosx* \
- | -ecoff* | -lynx )
+ | -ecoff* | -lynxos* )
# The last three lines above are CYGNUS LOCAL
;;
# start-sanitize-v9
@@ -810,6 +819,9 @@ case $basic_machine in
-bosx*) # CYGNUS LOCAL
vendor=bull
;;
+ -lynxos*)
+ vendor=lynx
+ ;;
-aix*)
vendor=ibm
;;
OpenPOWER on IntegriCloud