From: Nathanael Nerode Date: Tue, 30 Apr 2002 02:19:45 +0000 (+0000) Subject: * configure.in: (*-*-windows*) Finish removing. X-Git-Tag: releases/gcc-3.3.0~5396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ed57cf4fd9235488a03cbc14998fdf70c1b9f5b;p=thirdparty%2Fgcc.git * configure.in: (*-*-windows*) Finish removing. From-SVN: r52921 --- diff --git a/ChangeLog b/ChangeLog index d30643d218f5..4b0ce03b29ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-04-29 Nathanael Nerode + * configure.in: (*-*-windows*) Finish removing. + * configure.in: Eliminate redundant test for libgui. 2002-04-29 Roger Sayle diff --git a/configure.in b/configure.in index a11c36792f51..0318d0b7d580 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