On Mon, Jan 3, 2011 at 2:17 PM, Christoph Spielmann <spielc@gmail.com>wrote:

>  Hi,
>
> Am 03.01.2011 10:21, schrieb Kfir Lavi:
>
>
>
> On Sun, Jan 2, 2011 at 9:31 PM, Mike Frysinger <vapier@gentoo.org> wrote:
>
>>  On Sunday, January 02, 2011 13:59:43 Peter Stuge wrote:
>> > Kfir Lavi wrote:
>> > > crossdev i686-gentoo.edge-linux-gnu
>> >
>> > ..
>> >
>> > > CBUILD=i686-pc-linux-gnu
>> >
>> > I'm pretty sure you should use i686-pc-linux-gnu as the crossdev
>> > tuple then. I don't think making up arbitrary tuples works.
>> (gentoo.edge)
>>
>>  the vendor field is supposed to be arbitrary and the only char that
>> should
>> cause a split is a "-".  not that we test every char though, so there
>> might be
>> bugs sitting around that most people dont notice.
>> -mike
>>
>  I tried it again running
> crossdev i686-gentoo-linux-gnu
>
>
> Once again, wrong vendor field: It really should be i686-pc-linux-gnu as
> Mike suggested
>
>
>  and got the same results.
>
> What can be wrong with my setup?
>
> Thanks,
> Kfir
>
>
>  What I did is funny:
CBUILD=i686-pc-linux-gnu
HOSTCC=i686-pc-linux-gnu-gcc

So it seems I'm using my native compiler?!
And I'm not using my i686-gentoo-linux-gnu-gcc

Can I see which compiler is really working if I change CBUILD to
i686-gentoo-linux-gnu?

Thanks,
Kfir