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 , 11 years ago
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
This can be fixed by passing
--build=${CLFS_HOST}
to GMP's configure.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed as of SHA: bacf8740e96fafd640adcb86cd9fd230f87a260a
Note:
See TracTickets
for help on using tickets.
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.