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