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]

Committed: Fix bootstrap failure on mingw32


Committed for mingw target after bootstrap and regtest on
i386-pc-mingw32.
As Ross indicated in PR, other targets may also be affected.

2006-05-16  Danny Smith  <dannysmith@users.sourceforge.net>

      PR target/27599
	* config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
	host_xmake_file.

Index: config.host
===================================================================
--- config.host	(revision 113775)
+++ config.host	(working copy)
@@ -168,7 +168,7 @@
     ;;
   i[34567]86-*-mingw32*)
     host_xm_file=i386/xm-mingw32.h
-    host_xmake_file=i386/x-mingw32
+    host_xmake_file="${host_xmake_file} i386/x-mingw32"
     host_exeext=.exe
     out_host_hook_obj=host-mingw32.o
     ;;


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