This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] remove last reference to *-*-windows*


The host *-*-windows* was supposedly deleted in 1999 along with 
config/mh-windows.  However, it's still referred to by
top level configure.in.  This patch fixes that.

2002-04-19  Nathanael Nerode  <neroden@doctor.moo.mud.org>

	* configure.in: (*-*-windows*) Finish removing.

*** configure.in	Fri Apr 19 15:21:37 2002
--- configure.in.new	Fri Apr 19 15:28:12 2002
*************** case "${host}" in
*** 260,268 ****
    *-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
--- 260,265 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]