diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-30 12:25:24 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-30 12:25:24 +0000 |
commit | 0a887243bdc758346a21995a586de43301986e3e (patch) | |
tree | f455b5ea0868cc53a5eddfc73e6d6790febf05a7 /configure.in | |
parent | c270bbbef674c2478a3566b89268635bd7092114 (diff) | |
download | gcc-0a887243bdc758346a21995a586de43301986e3e.tar.gz |
(See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.)
* config/mh-mingw32: Delete.
* configure.in: Don't use it.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97255 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6f18852ca31..64dad1b9f0f 100644 --- a/configure.in +++ b/configure.in @@ -893,7 +893,6 @@ case "${host}" in host_makefile_frag="config/mh-cygwin" ;; *-mingw32*) - host_makefile_frag="config/mh-mingw32" ;; *-interix*) host_makefile_frag="config/mh-interix" |