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 /sysdeps/arm/preconfigure | |
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 'sysdeps/arm/preconfigure')
-rw-r--r-- | sysdeps/arm/preconfigure | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysdeps/arm/preconfigure b/sysdeps/arm/preconfigure index 59d776d5ca..33e9501c4f 100644 --- a/sysdeps/arm/preconfigure +++ b/sysdeps/arm/preconfigure @@ -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 |