public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/35151]  New: mingw64 is an invalid name
@ 2008-02-10  5:50 nightstrike at gmail dot com
  2008-02-23 11:08 ` [Bug other/35151] " fxcoudert at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: nightstrike at gmail dot com @ 2008-02-10  5:50 UTC (permalink / raw)
  To: gcc-bugs

When support for a 64-bit windows platform was initially created, there was not
yet a consensus on the proper nomenclature.  "mingw64" appeared at one time,
but has since been deprecated.  The following patch should remove that in at
lease one place, although it should be removed from any place.

Index: configure.ac
===================================================================
--- configure.ac        (revision 132211)
+++ configure.ac        (working copy)
@@ -1013,9 +1013,6 @@ case "${host}" in
   *-mingw32*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  *-mingw64*)
-    host_makefile_frag="config/mh-mingw"
-    ;;
   *-interix*)
     host_makefile_frag="config/mh-interix"
     ;;


-- 
           Summary: mingw64 is an invalid name
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nightstrike at gmail dot com


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/35151] mingw64 is an invalid name
  2008-02-10  5:50 [Bug other/35151] New: mingw64 is an invalid name nightstrike at gmail dot com
@ 2008-02-23 11:08 ` fxcoudert at gcc dot gnu dot org
  2008-02-23 11:13 ` nightstrike at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-02-23 11:08 UTC (permalink / raw)
  To: gcc-bugs



------- 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|0000-00-00 00:00:00         |2008-02-23 11:07:27
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/35151] mingw64 is an invalid name
  2008-02-10  5:50 [Bug other/35151] New: mingw64 is an invalid name nightstrike at gmail dot com
  2008-02-23 11:08 ` [Bug other/35151] " fxcoudert at gcc dot gnu dot org
@ 2008-02-23 11:13 ` nightstrike at gmail dot com
  2008-04-04 11:17 ` nickc at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: nightstrike at gmail dot com @ 2008-02-23 11:13 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/35151] mingw64 is an invalid name
  2008-02-10  5:50 [Bug other/35151] New: mingw64 is an invalid name nightstrike at gmail dot com
  2008-02-23 11:08 ` [Bug other/35151] " fxcoudert at gcc dot gnu dot org
  2008-02-23 11:13 ` nightstrike at gmail dot com
@ 2008-04-04 11:17 ` nickc at gcc dot gnu dot org
  2008-04-12 19:38 ` [Bug other/35151] Combine mingw names nightstrike at gmail dot com
  2009-06-14 10:56 ` ktietz at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: nickc at gcc dot gnu dot org @ 2008-04-04 11:17 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/35151] Combine mingw names
  2008-02-10  5:50 [Bug other/35151] New: mingw64 is an invalid name nightstrike at gmail dot com
                   ` (2 preceding siblings ...)
  2008-04-04 11:17 ` nickc at gcc dot gnu dot org
@ 2008-04-12 19:38 ` nightstrike at gmail dot com
  2009-06-14 10:56 ` ktietz at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: nightstrike at gmail dot com @ 2008-04-12 19:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from nightstrike at gmail dot com  2008-04-12 19:37 -------
I made the title more appropriate.  Also, I think this has now been fixed, so
should the status be changed to Resolved - Fixed?


-- 

nightstrike at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|mingw64 is an invalid name  |Combine mingw names


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/35151] Combine mingw names
  2008-02-10  5:50 [Bug other/35151] New: mingw64 is an invalid name nightstrike at gmail dot com
                   ` (3 preceding siblings ...)
  2008-04-12 19:38 ` [Bug other/35151] Combine mingw names nightstrike at gmail dot com
@ 2009-06-14 10:56 ` ktietz at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu dot org @ 2009-06-14 10:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ktietz at gcc dot gnu dot org  2009-06-14 10:56 -------
(In reply to comment #3)
> 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
> 

Was fixed. Therefore close it


-- 

ktietz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-14 10:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-10  5:50 [Bug other/35151] New: mingw64 is an invalid name nightstrike at gmail dot com
2008-02-23 11:08 ` [Bug other/35151] " fxcoudert at gcc dot gnu dot org
2008-02-23 11:13 ` nightstrike at gmail dot com
2008-04-04 11:17 ` nickc at gcc dot gnu dot org
2008-04-12 19:38 ` [Bug other/35151] Combine mingw names nightstrike at gmail dot com
2009-06-14 10:56 ` ktietz at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).