Added support for OS/68k (as a target) and Apollo Series 400's (as
authorSean Eric Fagan <sef@cygnus>
Mon, 10 Feb 1992 23:43:56 +0000 (23:43 +0000)
committerSean Eric Fagan <sef@cygnus>
Mon, 10 Feb 1992 23:43:56 +0000 (23:43 +0000)
a host).

config.sub
configure.in

index a49a285..dcf95e2 100755 (executable)
@@ -334,6 +334,10 @@ case $basic_machine in
                basic_machine=m68k-cbm
                os=-sysv4
                ;;
+       stratus)
+               basic_machine=i860-stratus
+               os=-sysv4
+               ;;
        cray | ymp)
                basic_machine=ymp-cray
                os=-unicos
@@ -414,6 +418,10 @@ case $basic_machine in
                basic_machine=m68k-wrs
                os=-vxworks
                ;;
+       os68k)
+               basic_machine=m68k-none
+               os=-os68k
+               ;;
        none)
                basic_machine=none-none
                os=-none
@@ -456,7 +464,7 @@ case $os in
        -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
              | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
-             | -amigados* | -msdos* | -none* \
+             | -amigados* | -msdos* | -none* | -os68k* \
              | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*)
                ;;
 # start-sanitize-v9
index cacfd02..2ef4889 100644 (file)
@@ -23,6 +23,10 @@ esac
 
 case "${host_vendor}" in
 sco*)          host_makefile_frag=config/mh-sco ;;
+apollo*)       case "${host_cpu}" in
+               m68k*)
+                       host_makefile_frag=config/mh-apollo68 ;;
+               esac ;;
 esac
 
 # per-target: