aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-09-10 18:04:50 +0000
committerIan Lance Taylor <ian@airs.com>1992-09-10 18:04:50 +0000
commitf68be6f0888b3b506857929192abfa0900cbca22 (patch)
tree5deca48fde15c48ee4e8052fe16b932143bd12d8 /config.sub
parent440868a029f0e200c019dce82ec783163fa59eed (diff)
downloadfsf-binutils-gdb-f68be6f0888b3b506857929192abfa0900cbca22.zip
fsf-binutils-gdb-f68be6f0888b3b506857929192abfa0900cbca22.tar.gz
fsf-binutils-gdb-f68be6f0888b3b506857929192abfa0900cbca22.tar.bz2
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.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 3250b4f..1678296 100755
--- a/config.sub
+++ b/config.sub
@@ -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* \