[Bug other/35151] mingw64 is an invalid name

2008-02-23 Thread fxcoudert at gcc dot gnu dot org


--- Comment #1 from fxcoudert at gcc dot gnu dot org  2008-02-23 11:07 
---
(In reply to comment #0)
> although it should be removed from any place.

It's not used in any other place.


-- 

fxcoudert at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2008-02-23 11:07:27
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35151



[Bug other/35151] mingw64 is an invalid name

2008-02-23 Thread nightstrike at gmail dot com


--- Comment #2 from nightstrike at gmail dot com  2008-02-23 11:12 ---
Here's an even better way to do it:


Index: configure.ac
===
--- configure.ac(revision 132554)
+++ configure.ac(working copy)
@@ -1010,10 +1010,7 @@ case "${host}" in
   *-cygwin*)
 host_makefile_frag="config/mh-cygwin"
 ;;
-  *-mingw32*)
-host_makefile_frag="config/mh-mingw"
-;;
-  *-mingw64*)
+  *-mingw*)
 host_makefile_frag="config/mh-mingw"
 ;;
   *-interix*)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35151



[Bug other/35151] mingw64 is an invalid name

2008-04-04 Thread nickc at gcc dot gnu dot org


--- Comment #3 from nickc at gcc dot gnu dot org  2008-04-04 11:16 ---
Subject: Bug 35151

Author: nickc
Date: Fri Apr  4 11:16:10 2008
New Revision: 133892

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133892
Log:
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64.
* configure: Regenerate.

Modified:
trunk/ChangeLog
trunk/configure
trunk/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35151