Hi Bruno,
>> as you can see in config.sub, there are a couple of
>> valid and canonical forms of the cpu part for sparc:
>>
>> | sparc | sparc64 | sparc64b | sparc64v | sparc86x
>> | | sparclet \
>> | sparclite \
>>
Hi Rainer,
> libffcall 2.1 contains a version of config.guess that predates my
> change. If you try to configure and build it with
>
> $ .../configure CC='gcc -m64' --build=sparcv9-sun-solaris2.11
> $ make
>
> it fails with
>
> make[1]: *** No rule to make target 'avcall-sparcv9.lo', needed by
Hi Bruno,
> With the newest config.guess, GNU libffcall 2.x no longer builds out of the
> box on SPARC / Solaris 10 with CC="cc -xarch=generic64 -O".
>
> The reason is that config.guess, which used to return 'sparc-sun-solaris2.10',
> now returns 'sparcv9-sun-solaris2.10'.
>
> 1) This is a regress