diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-12-15 16:57:29 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-12-15 16:57:29 +0000 |
commit | 5170fa49b2a926f2a53139c607eb249c82a0fdd9 (patch) | |
tree | 5f2d866a293989addd8c0becfa843fcff63b7362 /ChangeLog | |
parent | f2da2fd81f1d3f43678de9cf39b12692c6fa449b (diff) | |
download | glibc-5170fa49b2a926f2a53139c607eb249c82a0fdd9.zip glibc-5170fa49b2a926f2a53139c607eb249c82a0fdd9.tar.gz glibc-5170fa49b2a926f2a53139c607eb249c82a0fdd9.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2017-12-15 Joseph Myers <joseph@codesourcery.com> + * scripts/build-many-glibcs.py (Context.add_all_configs): Use + --with-float=hard for arm-linux-gnueabihf configurations. + [BZ #14121] * po/Makefile (generated): Add $(ALL_LINGUAS:%=%.mo). (%.mo): Change to $(objpfx)%.mo. Use $(make-target-directory). |