]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/27599 (build failure on mingw)
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 16 May 2006 03:14:00 +0000 (03:14 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Tue, 16 May 2006 03:14:00 +0000 (03:14 +0000)
        PR target/27599
* config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
host_xmake_file.

From-SVN: r113816

gcc/ChangeLog
gcc/config.host

index a92d553d35e07e3f1d1620d3c206b848ccc6aa14..fc93eff461431a528e960612909a82fa052399ba 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2006-05-16  Ben Elliston  <bje@au.ibm.com>
 
        * tree-cfg.c (split_edge_bb_loc): Remove unused variable `src'.
index be5ac82ae91f405910285ce6c5ce78fde7872ed5..64d3dbcabb0af89f543df93e8d6af5adbe9b734a 100644 (file)
@@ -168,7 +168,7 @@ case ${host} in
     ;;
   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
     ;;