diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-11-01 02:02:21 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-11-01 02:02:21 +0000 |
commit | 39772dd8f1ce0472ed9469fef90cbb2c38983d07 (patch) | |
tree | 5e14eac82166ee716ce466d3d7512abe6f687eef /configure.in | |
parent | 52b5deb99701ffb46be5e77c04c64f1522b0f2e3 (diff) | |
download | gdb-39772dd8f1ce0472ed9469fef90cbb2c38983d07.zip gdb-39772dd8f1ce0472ed9469fef90cbb2c38983d07.tar.gz gdb-39772dd8f1ce0472ed9469fef90cbb2c38983d07.tar.bz2 |
* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
systems.
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 bc8c1b9..51da239 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,7 @@ case "${host}" in i[345]86-*-win32) host_makefile_frag=config/mh-i386win32 ;; vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;; *-*-solaris2*) host_makefile_frag=config/mh-solaris ;; - m68k-sun-*) host_makefile_frag=config/mh-sun3 ;; + m68k-sun-sunos*) host_makefile_frag=config/mh-sun3 ;; *-hp-hpux[78]*) host_makefile_frag=config/mh-hpux8 ;; *-hp-hpux*) host_makefile_frag=config/mh-hpux ;; *-*-hiux*) host_makefile_frag=config/mh-hpux ;; |