Opened 11 years ago

Closed 11 years ago

#925 closed defect (fixed)

GMP should have the ABI specified during configure

Reported by: Andrew Bradford Owned by: Andrew Bradford
Priority: major Milestone: CLFS Embedded 1.0.0
Component: BOOK Version: CLFS Embedded GIT
Keywords: Cc:

Description

Based on http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA it seems that specifying the ABI for GMP to use is required when attempting to build for a same arch target with different ABI than the build machine. To handle this, at least for x86 and MIPS (soon ARM, too, I'd think) we need to specify the ABI when calling GMP's configure.

Change History (3)

comment:1 by Andrew Bradford, 11 years ago

As I hadn't drank my coffee yet when writing this, to clarify:

The host ABI needs to be specified, not the target, since we're building GMP for use on the host when building gcc.

comment:2 by Andrew Bradford, 11 years ago

Owner: changed from clfs-commits@… to Andrew Bradford
Status: newassigned

This can be fixed by passing

--build=${CLFS_HOST}

to GMP's configure.

comment:3 by Andrew Bradford, 11 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.