diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-10-09 15:53:33 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-10-17 12:01:22 -0200 |
commit | 3d265601358974c9be8264e53dadd8f9aea5690c (patch) | |
tree | e42c1a756709b7a4606925c93a8d6b895b3fb77a /ChangeLog | |
parent | 4e17c78e4a5da41b3cfefdd49ab760b051b65029 (diff) | |
download | glibc-3d265601358974c9be8264e53dadd8f9aea5690c.tar.gz glibc-3d265601358974c9be8264e53dadd8f9aea5690c.tar.xz glibc-3d265601358974c9be8264e53dadd8f9aea5690c.zip |
Add build-many-glibcs.py arm-linux-gnueabihf-v7{-disable-multiarch}
This patch adds two extra configuration for arm-linux-gnueabihf to cover for multiarch support: 1. arm-linux-gnueabihf-v7a: enables multiarch support by using -march=armv7a. 2. Same as 1. but with --disable-multiarch. Check with build-many-glibcs.py for both options. * scripts/build-many-glibcs.py (Context.add_all_configs): Add arm-linux-gnueabihf multiarch extra_glibcs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2ca679ae09..64f5ca7ff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org> + * scripts/build-many-glibcs.py (Context.add_all_configs): + Add arm-linux-gnueabihf multiarch extra_glibcs. + * sysdeps/generic/ifunc-init.h: New file. * sysdeps/x86/init-arch.h: Use generic ifunc-init.h. |