summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-12-15 16:57:29 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-12-15 16:57:29 +0000
commit5170fa49b2a926f2a53139c607eb249c82a0fdd9 (patch)
tree5f2d866a293989addd8c0becfa843fcff63b7362 /ChangeLog
parentf2da2fd81f1d3f43678de9cf39b12692c6fa449b (diff)
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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c258cc1f..00161628c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).