Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Thu, 10 Sep 1992 18:04:50 +0000 (18:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 10 Sep 1992 18:04:50 +0000 (18:04 +0000)
* configure.in, config.sub: added new target m68010-adobe-scout,
with alias of adobe68k.  Changed configure.in to check for
-scout before -sco* to avoid a false match.

ChangeLog
config.sub
configure.in

index fcb10852e85c5f78f16ef1bf2a93a3d2fe395444..d684b5021a4b2368bd11ae6040ec408033e8608e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
 
+       * configure.in, config.sub: added new target m68010-adobe-scout,
+       with alias of adobe68k.  Changed configure.in to check for
+       -scout before -sco* to avoid a false match.
+
        * Makefile.in: added AS_FOR_TARGET, passed down in
        TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
        the C compiler to use to create programs which are run in the
index 3250b4fa6731a3444c68724d3950cfac2e663fdf..1678296039bb2fdecd8aef253918c8cae50e6114 100755 (executable)
@@ -63,6 +63,8 @@ case $os in
                os=
                basic_machine=$1
                ;;
+       -scout)
+               ;;
        -sco*)
                os=-scosysv322
                basic_machine=i386-unknown
@@ -532,6 +534,10 @@ case $basic_machine in
                basic_machine=sparclitefrwcompat-fujitsu
                os=-none
                ;;
+       adobe68k)
+               basic_machine=m68010-adobe
+               os=-scout
+               ;;
 
        none)
                basic_machine=none-none
@@ -572,7 +578,8 @@ case $os in
        # First accept the basic system types.
        # The portable systems comes first.
        # Each alternative must end in a *, to match a version number.
-       -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -aout | -coff \
+       -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
+             | -aout | -coff | -elf \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
              | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solaris* | -sym* \
              | -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \
index 27090e7e2f53935987a67982c9e8c541305fb82e..3cf295ad80d30d77ca35d58677c2fc7ad77ee907 100644 (file)
@@ -17,6 +17,7 @@ m88kbcs)      host_makefile_frag=config/mh-delta88;;
 sysv4*)                host_makefile_frag=config/mh-sysv4 ;;
 solaris*)      host_makefile_frag=config/mh-solaris ;;
 sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
+scout)         ;;
 sco*)          host_makefile_frag=config/mh-sco ;;
 irix4)         host_makefile_frag=config/mh-irix4 ;;
 linux)         host_makefile_frag=config/mh-linux ;;