diff options
author | DJ Delorie <dj@redhat.com> | 2002-04-30 02:19:55 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-04-30 02:19:55 +0000 |
commit | bbc025f510644ec643b01190abcc95bad9ff0b2e (patch) | |
tree | 6e6367d00876ca298bb9a3f680a405891ea44d67 | |
parent | 33babf59e2838b9ac1a66eef65706fc49877e304 (diff) | |
download | gdb-bbc025f510644ec643b01190abcc95bad9ff0b2e.zip gdb-bbc025f510644ec643b01190abcc95bad9ff0b2e.tar.gz gdb-bbc025f510644ec643b01190abcc95bad9ff0b2e.tar.bz2 |
* configure.in: (*-*-windows*) Finish removing.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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-19 Nathanael Nerode <neroden@twcny.rr.com> diff --git a/configure.in b/configure.in index 871e6f4..3518a68 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 |