[SOLVED] gmp 6.2.0 build failure in 32-bit mode on Linux/mips

2020-06-14 Thread Bruno Haible
I wrote: > tmp-add_n.s: Assembler messages: > tmp-add_n.s:54: Warning: macro instruction expanded into multiple instructions > tmp-add_n.s:55: Warning: macro instruction expanded into multiple instructions > tmp-add_n.s:57: Error: opcode not supported on this processor: mips2 (mips2) > `daddiu

Re: gmp 6.2.0 test failures on sparc64-solaris10

2020-06-14 Thread Bruno Haible
Marc Glisse wrote: > > * The ‘configure’ options you used when building GMP, if any. > > > > No options, just './configure'. > > The environment variable CC is set to 'cc -xarch=v9', as recommended in > > https://gmplib.org/manual/ABI-and-ISA . > > ? > The manual says to set ABI to 64. No, it

Re: gmp 6.2.0 build failure in 32-bit mode on Linux/mips

2020-06-14 Thread Bruno Haible
Niels Möller wrote: > Please set "ABI" on the configure command line. The manual https://gmplib.org/manual/ABI-and-ISA does not list any allowed values for ABI on Linux/mips. > Adding ABI-changing > flags to CC causes confusion (even if it works fine with other packages, > and possibly for gmp

Re: gmp 6.2.0 build failure in 32-bit mode on Linux/mips

2020-06-13 Thread Bruno Haible
Torbjörn Granlund wrote: > In the section "Build Options" it mentions the possibility to set the CC > variable. I've built many packages with this setting of CC. > > The section "ABI and ISA" has a subsection "MIPS under IRIX 6" but > no section regarding Linux/MIPS. > > Please just read

Re: gmp 6.2.0 build failure in 32-bit mode on Linux/mips

2020-06-13 Thread Bruno Haible
Torbjörn Granlund wrote: > $ ../configure CC="gcc -mabi=32" > > Please see the Installing GMP chapter in the fine manual. Do you mean, VPATH builds are not supported? In the section "Build Options" it mentions the possibility to set the CC variable. I've built many packages with this setting

gmp 6.2.0 test failures on sparc64-solaris10

2020-06-13 Thread Bruno Haible
Hi, GMP 6.2.0, on a Sparc64/Solaris 10 machine, has 3 test failures when build with Solaris 'cc'. $ ../configure CC="cc -xarch=generic64 -O" $ gmake ... $ gmake check ... Testsuite summary for GNU MP 6.2.0