]> sourceware.org Git - glibc.git/commit
Correct build-many-glibcs.py arm-linux-gnueabihf configurations.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 Dec 2017 16:57:29 +0000 (16:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 15 Dec 2017 16:57:29 +0000 (16:57 +0000)
commit5170fa49b2a926f2a53139c607eb249c82a0fdd9
tree5f2d866a293989addd8c0becfa843fcff63b7362
parentf2da2fd81f1d3f43678de9cf39b12692c6fa449b
Correct build-many-glibcs.py arm-linux-gnueabihf configurations.

The conventional configure triplet for ARM GNU/Linux with hard-float
ABI is arm-*-linux-gnueabihf.  However, GCC does not automatically use
the hard-float ABI based on that triplet.  This patch fixes
build-many-glibcs.py to pass --with-float=hard so that the
arm-linux-gnueabihf configurations actually build with the intended
ABI.

Tested building the affected configurations with build-many-glibcs.py.

* scripts/build-many-glibcs.py (Context.add_all_configs): Use
--with-float=hard for arm-linux-gnueabihf configurations.
ChangeLog
scripts/build-many-glibcs.py
This page took 0.04126 seconds and 5 git commands to generate.