[parisc-linux] gcc-cvs problem
Joel Soete
joel.soete@freebel.net
Sat, 01 Jun 2002 19:11:04 +0000
John David Anglin wrote:
>>It seems to be well comited in last cvs update this morming I got in
>>src/gcc/gcc/fixinc/inclhack.def:
>>...
>>/*
>> * __thread is now a keyword.
>> */
>
>
>>But do not seems to be applied as I got the same error?
>>
>>What do I wrong or forget to do?
>
>
> You should see the following in your build output:
>
> Applying thread_keyword to pthread.h
> Fixed: pthread.h
>
> A fixed pthread.h should appear in the {build}/gcc/include directory.
> This seems to work ok for me in a native hppa-linux build. However,
> it appears that you are trying to do a cross build.
AFAIK gcc bootstrap does not work for hppa?
> If the header
> is not being fixed, you will need to examine your build log carefully
> to determine why the fix isn't being done or doesn't work.
>
I will have a detailed look but as newbee in gcc stuff it will take a time.
Thank again for attention and help,
Joel