* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 14 Jul 1993 03:20:18 +0000 (03:20 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 14 Jul 1993 03:20:18 +0000 (03:20 +0000)
(h8300hhms is temporary until multi-libraries are implemented).
* configure.in: Handle h8300h too.

ChangeLog
config.sub
configure.in

index e927de5b576e30c02bae829942ee5df620fd46ac..99f4f1c044d6d7e9eb43d9c653443aefc851550b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
+       (h8300hhms is temporary until multi-libraries are implemented).
+       * configure.in: Handle h8300h too.
+
 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
index a65f62171a3af85efa7972ed0583240820c99fd9..3ca83dc03272d308af2d9d53fde6388f263e2048 100755 (executable)
@@ -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
                                ;;
index 09948957d949d58b29e0ecb8aa00de30f46b8de6..536db79c0738e4d65b91b6acecbc73b222b2f181 100644 (file)
@@ -171,7 +171,7 @@ case "${target}" in
     configdirs=`echo ${configdirs} | sed -e 's/gdb//;s/emacs//;s/fileutils//'`
     configdirs=`echo ${configdirs} | sed -e 's/grep//;s/libg++//'`
     ;; 
-  h8300-*-*)
+  h8300*-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/libg++//'`
 ## start-sanitize-chill
     configdirs=`echo ${configdirs} | sed -e 's/chillrt//'`
This page took 0.040279 seconds and 4 git commands to generate.