public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2
@ 2011-10-30  3:45 Michael Eager
  2011-10-30  8:38 ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Eager @ 2011-10-30  3:45 UTC (permalink / raw)
  To: gcc

Hi --

I'm seeing a build failure when building a bootstrap gcc
because it is attempting to build target-libiberty.  This
is happening for --target=powerpc-linux with the gcc-4.6.1
release and --target=microblaze-xilinx-elf with gcc-4.6.2.

Target-libiberty is not being built when building from the
top of tree.  Configure parameters are the same.

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

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

* Re: Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2
  2011-10-30  3:45 Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2 Michael Eager
@ 2011-10-30  8:38 ` Ian Lance Taylor
  2011-10-30 13:15   ` Michael Eager
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Lance Taylor @ 2011-10-30  8:38 UTC (permalink / raw)
  To: Michael Eager; +Cc: gcc

Michael Eager <eager@eagerm.com> writes:

> I'm seeing a build failure when building a bootstrap gcc
> because it is attempting to build target-libiberty.  This
> is happening for --target=powerpc-linux with the gcc-4.6.1
> release and --target=microblaze-xilinx-elf with gcc-4.6.2.
>
> Target-libiberty is not being built when building from the
> top of tree.  Configure parameters are the same.

See, e.g., PRs 47836, 23656, 47733, 49247, 48825.

Supposed to be fixed in 4.6.2, though--are you sure you saw it there?

Ian

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

* Re: Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2
  2011-10-30  8:38 ` Ian Lance Taylor
@ 2011-10-30 13:15   ` Michael Eager
  2011-10-30 19:25     ` Michael Eager
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Eager @ 2011-10-30 13:15 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: gcc

On 10/29/2011 08:44 PM, Ian Lance Taylor wrote:
> Michael Eager<eager@eagerm.com>  writes:
>
>> I'm seeing a build failure when building a bootstrap gcc
>> because it is attempting to build target-libiberty.  This
>> is happening for --target=powerpc-linux with the gcc-4.6.1
>> release and --target=microblaze-xilinx-elf with gcc-4.6.2.
>>
>> Target-libiberty is not being built when building from the
>> top of tree.  Configure parameters are the same.
>
> See, e.g., PRs 47836, 23656, 47733, 49247, 48825.
>
> Supposed to be fixed in 4.6.2, though--are you sure you saw it there?

Yes.  Also saw the patches which were applied.


-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

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

* Re: Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2
  2011-10-30 13:15   ` Michael Eager
@ 2011-10-30 19:25     ` Michael Eager
  2011-10-31  5:06       ` Hans-Peter Nilsson
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Eager @ 2011-10-30 19:25 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: gcc

On 10/29/2011 11:55 PM, Michael Eager wrote:
> On 10/29/2011 08:44 PM, Ian Lance Taylor wrote:
>> Michael Eager<eager@eagerm.com> writes:
>>
>>> I'm seeing a build failure when building a bootstrap gcc
>>> because it is attempting to build target-libiberty. This
>>> is happening for --target=powerpc-linux with the gcc-4.6.1
>>> release and --target=microblaze-xilinx-elf with gcc-4.6.2.
>>>
>>> Target-libiberty is not being built when building from the
>>> top of tree. Configure parameters are the same.
>>
>> See, e.g., PRs 47836, 23656, 47733, 49247, 48825.
>>
>> Supposed to be fixed in 4.6.2, though--are you sure you saw it there?
>
> Yes. Also saw the patches which were applied.

I had a bad link pointing to 4.6.1.
Problem does not appear in 4.6.2.



-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

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

* Re: Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2
  2011-10-30 19:25     ` Michael Eager
@ 2011-10-31  5:06       ` Hans-Peter Nilsson
  0 siblings, 0 replies; 5+ messages in thread
From: Hans-Peter Nilsson @ 2011-10-31  5:06 UTC (permalink / raw)
  To: Michael Eager; +Cc: gcc

On Sun, 30 Oct 2011, Michael Eager wrote:
> On 10/29/2011 11:55 PM, Michael Eager wrote:
> > On 10/29/2011 08:44 PM, Ian Lance Taylor wrote:
> > > Michael Eager<eager@eagerm.com> writes:
> > >
> > > > I'm seeing a build failure when building a bootstrap gcc
> > > > because it is attempting to build target-libiberty. This
> > > > is happening for --target=powerpc-linux with the gcc-4.6.1
> > > > release and --target=microblaze-xilinx-elf with gcc-4.6.2.
> I had a bad link pointing to 4.6.1.
> Problem does not appear in 4.6.2.

Thanks for checking.  You had me scared me for a while...
*checks calendar*  Aha!  Good one. :)

brgds, H-P

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

end of thread, other threads:[~2011-10-30 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-30  3:45 Target-libiberty being built -- gcc-4.6.1 & gcc-4.6.2 Michael Eager
2011-10-30  8:38 ` Ian Lance Taylor
2011-10-30 13:15   ` Michael Eager
2011-10-30 19:25     ` Michael Eager
2011-10-31  5:06       ` Hans-Peter Nilsson

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