Bug 26582 - [4.2 Regression] warning with cross build
Summary: [4.2 Regression] warning with cross build
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.2.0
: P5 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-06 14:31 UTC by Andrew Pinski
Modified: 2006-06-05 07:10 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-03-22 04:05:27


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-03-06 14:31:42 UTC
I get the following warnings when doing a cross (any kind of cross really)
Makefile:13366: warning: overriding commands for target `restrap'
Makefile:12658: warning: ignoring old commands for target `restrap'
Comment 1 paolo.bonzini@lu.unisi.ch 2006-03-06 14:35:03 UTC
Subject: Re:   New: [4.2 Regression] warning with cross
 build

pinskia at gcc dot gnu dot org wrote:
> I get the following warnings when doing a cross (any kind of cross really)
> Makefile:13366: warning: overriding commands for target `restrap'
> Makefile:12658: warning: ignoring old commands for target `restrap'
>   
I was aware of this, did nothing so far because Dan Jacobowitz said he 
would rip old bootstrap bits soon (including this one).

Paolo
Comment 2 Andrew Pinski 2006-03-06 14:37:50 UTC
Subject: Re:  [4.2 Regression] warning with cross build

> 
> 
> 
> ------- Comment #1 from paolo dot bonzini at lu dot unisi dot ch  2006-03-06 14:35 -------
> Subject: Re:   New: [4.2 Regression] warning with cross
>  build
> 
> pinskia at gcc dot gnu dot org wrote:
> > I get the following warnings when doing a cross (any kind of cross really)
> > Makefile:13366: warning: overriding commands for target `restrap'
> > Makefile:12658: warning: ignoring old commands for target `restrap'
> >   
> I was aware of this, did nothing so far because Dan Jacobowitz said he 
> would rip old bootstrap bits soon (including this one).

I should note that I filed this because I was tried of seeing the warning
when I built the compiler.

-- Pinski
Comment 3 Andrew Pinski 2006-03-22 04:05:27 UTC
Confirmed via:
http://gcc.gnu.org/ml/gcc/2006-03/msg00496.html
Comment 4 Mark Mitchell 2006-06-04 18:04:18 UTC
Daniel --

Are you going to have time to do the surgery mentioned in Comment #1?

Thanks,

-- Mark
Comment 5 dan 2006-06-04 18:40:26 UTC
Subject: Re:  [4.2 Regression] warning with cross build

On Sun, Jun 04, 2006 at 06:04:19PM -0000, mmitchel at gcc dot gnu dot org wrote:
> Are you going to have time to do the surgery mentioned in Comment #1?

I can make time for this, but not right away.  Do you think this should
be fixed for 4.2?

Comment 6 Paolo Bonzini 2006-06-05 07:10:27 UTC
This was fixed recently.