aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-16 15:18:36 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-16 15:18:36 -0700
commit37fccd41923a26bb1c3e083b8bc5e398e77a24d1 (patch)
treef7ce3f321ddc19192f2c7f2ed92f9e298ab4b347 /ChangeLog
parent8badf496ab2cfa40a8d98fa0557b69c539e10a72 (diff)
downloadglibc-37fccd41923a26bb1c3e083b8bc5e398e77a24d1.tar
glibc-37fccd41923a26bb1c3e083b8bc5e398e77a24d1.tar.gz
glibc-37fccd41923a26bb1c3e083b8bc5e398e77a24d1.tar.bz2
glibc-37fccd41923a26bb1c3e083b8bc5e398e77a24d1.zip
ARM: Clean up EABI-related configury
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f78f8243e..afe5f84c99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-07-16 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
+ just Linux configurations. Test empirically that the compiler sets
+ __ARM_EABI__, rather than using the tuple to decide.
+ * sysdeps/arm/preconfigure: Regenerated.
+ * sysdeps/unix/sysv/linux/arm/configure: File removed.
+ * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
+ contents appended ...
+ * sysdeps/arm/configure.ac: ... here.
+ * sysdeps/arm/configure: Regenerated.
+
2014-07-15 Roland McGrath <roland@hack.frob.com>
* nptl/pthread_kill.c: New file.