public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27599]  New: [4.2 Regression] build failure on mingw
@ 2006-05-14  6:40 rridge at csclub dot uwaterloo dot ca
  2006-05-14  6:45 ` [Bug target/27599] " rridge at csclub dot uwaterloo dot ca
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rridge at csclub dot uwaterloo dot ca @ 2006-05-14  6:40 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping GCC fails with MinGW with the following error:

make[2]: *** No rule to make target `driver-i386.o', needed by `xgcc.exe'. Stop
.

This is the same bug as in pr27596, but apparently it needs to be reported and
fixed on target by target basis.


-- 
           Summary: [4.2 Regression] build failure on mingw
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rridge at csclub dot uwaterloo dot ca
 GCC build triplet: i386-pc-mingw32
  GCC host triplet: i386-pc-mingw32
GCC target triplet: i386-pc-mingw32


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


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

* [Bug target/27599] [4.2 Regression] build failure on mingw
  2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
  2006-05-14  6:45 ` [Bug target/27599] " rridge at csclub dot uwaterloo dot ca
@ 2006-05-14  6:45 ` pinskia at gcc dot gnu dot org
  2006-05-14 10:42 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-14  6:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/27599] [4.2 Regression] build failure on mingw
  2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
@ 2006-05-14  6:45 ` rridge at csclub dot uwaterloo dot ca
  2006-05-14  6:45 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rridge at csclub dot uwaterloo dot ca @ 2006-05-14  6:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rridge at csclub dot uwaterloo dot ca  2006-05-14 06:45 -------
Created an attachment (id=11458)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11458&action=view)
Suggested patch for fixing the bug on all targets

This patch also hardens config.host against similar bugs.


-- 


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


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

* [Bug target/27599] [4.2 Regression] build failure on mingw
  2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
  2006-05-14  6:45 ` [Bug target/27599] " rridge at csclub dot uwaterloo dot ca
  2006-05-14  6:45 ` pinskia at gcc dot gnu dot org
@ 2006-05-14 10:42 ` rguenth at gcc dot gnu dot org
  2006-05-16  3:14 ` dannysmith at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-05-14 10:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-05-14 10:42 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matz at suse dot de
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-14 10:42:28
               date|                            |


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


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

* [Bug target/27599] [4.2 Regression] build failure on mingw
  2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
                   ` (2 preceding siblings ...)
  2006-05-14 10:42 ` rguenth at gcc dot gnu dot org
@ 2006-05-16  3:14 ` dannysmith at gcc dot gnu dot org
  2006-05-18 13:20 ` matz at gcc dot gnu dot org
  2006-05-18 13:24 ` matz at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dannysmith at gcc dot gnu dot org @ 2006-05-16  3:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dannysmith at gcc dot gnu dot org  2006-05-16 03:14 -------
Subject: Bug 27599

Author: dannysmith
Date: Tue May 16 03:14:00 2006
New Revision: 113816

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113816
Log:
        PR target/27599
        * config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
        host_xmake_file.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.host


-- 


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


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

* [Bug target/27599] [4.2 Regression] build failure on mingw
  2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
                   ` (3 preceding siblings ...)
  2006-05-16  3:14 ` dannysmith at gcc dot gnu dot org
@ 2006-05-18 13:20 ` matz at gcc dot gnu dot org
  2006-05-18 13:24 ` matz at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: matz at gcc dot gnu dot org @ 2006-05-18 13:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from matz at gcc dot gnu dot org  2006-05-18 13:19 -------
Subject: Bug 27599

Author: matz
Date: Thu May 18 13:19:27 2006
New Revision: 113886

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113886
Log:
        PR target/27599
        * config.host: Make assignments to host_xmake_file cumulative.
        * config.host (*-darwin*): Test $host, not $target.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.host


-- 


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


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

* [Bug target/27599] [4.2 Regression] build failure on mingw
  2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
                   ` (4 preceding siblings ...)
  2006-05-18 13:20 ` matz at gcc dot gnu dot org
@ 2006-05-18 13:24 ` matz at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: matz at gcc dot gnu dot org @ 2006-05-18 13:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from matz at gcc dot gnu dot org  2006-05-18 13:24 -------
Fixed for good.


-- 

matz at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-05-18 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-14  6:40 [Bug target/27599] New: [4.2 Regression] build failure on mingw rridge at csclub dot uwaterloo dot ca
2006-05-14  6:45 ` [Bug target/27599] " rridge at csclub dot uwaterloo dot ca
2006-05-14  6:45 ` pinskia at gcc dot gnu dot org
2006-05-14 10:42 ` rguenth at gcc dot gnu dot org
2006-05-16  3:14 ` dannysmith at gcc dot gnu dot org
2006-05-18 13:20 ` matz at gcc dot gnu dot org
2006-05-18 13:24 ` matz 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).