diff options
author | Nathanael Nerode <neroden@doctormoo.dyndns.org> | 2002-04-30 02:19:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2002-04-29 22:19:45 -0400 |
commit | 3ed57cf4fd9235488a03cbc14998fdf70c1b9f5b (patch) | |
tree | 2b9e4bab5082d7b1724d8443d4daf5d22629f00a | |
parent | a51a07fad533be7d16dd618a852bf1cc925cfa0a (diff) | |
download | gcc-3ed57cf4fd9235488a03cbc14998fdf70c1b9f5b.tar.gz |
* configure.in: (*-*-windows*) Finish removing.
From-SVN: r52921
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index d30643d218f..4b0ce03b29e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org> + * configure.in: (*-*-windows*) Finish removing. + * configure.in: Eliminate redundant test for libgui. 2002-04-29 Roger Sayle <roger@eyesopen.com> diff --git a/configure.in b/configure.in index a11c36792f5..0318d0b7d58 100644 --- a/configure.in +++ b/configure.in @@ -256,9 +256,6 @@ case "${host}" in *-interix*) host_makefile_frag="${host_makefile_frag} config/mh-interix" ;; - *-windows*) - host_makefile_frag="${host_makefile_frag} config/mh-windows" - ;; vax-*-ultrix2*) # The old BSD pcc isn't up to compiling parts of gdb so use gcc tentative_cc=gcc |