diff options
author | David D. Zuhn <zoo@cygnus> | 1993-04-18 00:21:14 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-04-18 00:21:14 +0000 |
commit | 44f0624a2b97533d80c403246be632f6218c255e (patch) | |
tree | c7f0e888b01b7345e6ef8c68a69dc3ad3f018241 /configure.in | |
parent | 250351fc752d95e3bc90fbb274554df9d878cb32 (diff) | |
download | gdb-44f0624a2b97533d80c403246be632f6218c255e.zip gdb-44f0624a2b97533d80c403246be632f6218c255e.tar.gz gdb-44f0624a2b97533d80c403246be632f6218c255e.tar.bz2 |
* configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
* config/mh-delta88: remove extraneous GCC references
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ee38f9f..806be61 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,7 @@ srcname="gnu development package" case "${host}" in m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; - m88k-motorola-m88kbcs) host_makefile_frag=config/mh-delta88;; + m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;; mips-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; mips-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; |