This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/70211] gcc-6-20160306 fails to build on ARM Linux with in tree ISL due to undefined GMP symbol __gmpn_invert_limb in isl_test


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70211

--- Comment #1 from Andrew Roberts <andrewm.roberts at sky dot com> ---
Looking at the toplevel Makefile.in the gmp targets (maybe-configure-gmp,
configure-gmp etc)
use:
--build=${build_alias} --host=none-${host_vendor}-${host_os}
--target=none-${host_vendor}-${host_os}

where as isl, mpfr etc all use:
--build=${build_alias} --host=${host_alias} --target=${target_alias}

Presumably there was a historic reason for this, is it still valid?

As my previous comments say, this seems to have started causing problems on ARM
from GMP 5.1 onwards.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]