diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-11-20 02:28:22 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-11-22 19:34:49 -0500 |
commit | 34d97d87bb1c08e34d08a9d4be24a3b1d53a4ddb (patch) | |
tree | a30fa6eada73fcfc28b219553236ca1db72cbee3 /ChangeLog | |
parent | 33cd1f74b8cf7022d2c89f14b2db8c15ea1c3c3a (diff) | |
download | glibc-34d97d87bb1c08e34d08a9d4be24a3b1d53a4ddb.tar.gz glibc-34d97d87bb1c08e34d08a9d4be24a3b1d53a4ddb.tar.xz glibc-34d97d87bb1c08e34d08a9d4be24a3b1d53a4ddb.zip |
arm: drop EABI check
GCC marked OABI obsolete in 4.7 and dropped it in 4.8. So the number of people this is catching is shrinking every day. At this point, it's not terribly useful, so just drop it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c75dab7ba4..0279091b49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-22 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/arm/preconfigure.ac: Delete EABI check. + * sysdeps/arm/preconfigure: Regenerate. + 2014-11-21 Roland McGrath <roland@hack.frob.com> * nptl/pthread_create.c (__pthread_create_2_1): Set |