diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-17 23:19:59 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-17 23:19:59 +0000 |
commit | 9862eda4e4386abe4f89ac928860afdaa7034055 (patch) | |
tree | d153048e73d3e63a100ebe500aaa3ffe2ca7bad4 /configure.in | |
parent | 1b620614624da803e49b608b61245c131b4123f0 (diff) | |
download | gcc-9862eda4e4386abe4f89ac928860afdaa7034055.tar.gz |
* config/mh-go32: Delete.
* config/mh-djgpp: New. Renamed from mh-go32.
* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
config/mh-djgpp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25834 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 2fb19bf3cd1..f72f638dde2 100644 --- a/configure.in +++ b/configure.in @@ -188,11 +188,8 @@ case "${host}" in i[3456]86-*-aix*) host_makefile_frag="${host_makefile_frag} config/mh-aix386" ;; - i[3456]86-*-go32*) - host_makefile_frag="${host_makefile_frag} config/mh-go32" - ;; i[3456]86-*-msdosdjgpp*) - host_makefile_frag="${host_makefile_frag} config/mh-go32" + host_makefile_frag="${host_makefile_frag} config/mh-djgpp" ;; *-cygwin32*) host_makefile_frag="${host_makefile_frag} config/mh-cygwin" |