]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
arm: drop EABI check
authorMike Frysinger <vapier@gentoo.org>
Thu, 20 Nov 2014 07:28:22 +0000 (02:28 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 23 Nov 2014 00:34:49 +0000 (19:34 -0500)
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.

ChangeLog
sysdeps/arm/preconfigure
sysdeps/arm/preconfigure.ac

index c75dab7ba4c48128e76f90d1ba32000fb69be42c..0279091b4939e7c8a10bee53e0f2f59e048e490c 100644 (file)
--- 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
index 59d776d5ca9376366a5d858fbd898078ce34df55..33e9501c4fe19ac71a497b41562f0143e0783aaa 100644 (file)
@@ -3,28 +3,6 @@
 
 case "$machine" in
 arm*)
-
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-#if !__ARM_EABI__
-#error
-#endif
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
-  as_fn_error $? "Old ABI no longer supported" "$LINENO" 5
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
   # If the compiler enables unwind tables by default, this causes
   # problems with undefined symbols in -nostdlib link tests.  To
   # avoid this, add -fno-unwind-tables here and remove it in
index d78817b83e222ddc4bb7224b8fad69bb3e54bbd9..20de5bcfea0e378ea1eddd931a8892d47ec456eb 100644 (file)
@@ -3,11 +3,6 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
 case "$machine" in
 arm*)
-  AC_TRY_COMPILE([
-#if !__ARM_EABI__
-#error
-#endif], [], [], [AC_MSG_ERROR([Old ABI no longer supported])])
-
   # If the compiler enables unwind tables by default, this causes
   # problems with undefined symbols in -nostdlib link tests.  To
   # avoid this, add -fno-unwind-tables here and remove it in