aboutsummaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
parent440868a029f0e200c019dce82ec783163fa59eed (diff)
downloadgdb-f68be6f0888b3b506857929192abfa0900cbca22.zip
gdb-f68be6f0888b3b506857929192abfa0900cbca22.tar.gz
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 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 27090e7..3cf295a 100644
--- a/configure.in
+++ b/configure.in
@@ -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 ;;