Configure unable to recognize mipsisa64r2el triplets

Jiaxun Yang jiaxun.yang at flygoat.com
Wed Mar 28 08:05:15 UTC 2018


Hi GMP developers:

I'm trying to cross-compile GMP for a MIPS64r2 target. The triple is
mipsisa64r2el-unknow-linux-gnu witch get from config.guess. And the
expected ABI should be ABI=64. However, the ./configure told me that
the only choice of ABI is o32.

After investigate, I discovered that it was caused by ./configure Line
: 4464 mips64*-*-* | mips*-*-irix[6789]*)
Probably it should be mips*64*-*-* | mips*-*-irix[6789]*)

The config.log is attached for reference.

Thanks

 
-- 
Jiaxun Yang <jiaxun.yang at flygoat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 7987 bytes
Desc: not available
URL: <https://gmplib.org/list-archives/gmp-bugs/attachments/20180328/f1bf4536/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 866 bytes
Desc: This is a digitally signed message part
URL: <https://gmplib.org/list-archives/gmp-bugs/attachments/20180328/f1bf4536/attachment-0001.bin>


More information about the gmp-bugs mailing list