summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2015-05-01 10:13:09 +0900
committerSimon Horman <horms@verge.net.au>2015-05-01 10:13:09 +0900
commit5041d45b1c6b66a0e6c48f6121c24cd9be506c68 (patch)
treeb802391b0a7bc68dd4b8b9cec37ca4d4cb0828e9 /configure.ac
parent4a837c9a19f9d5f07778906c6fe64d429d7c1ed7 (diff)
Revert "x86_64: Add support to build kexec-tools with x32 ABI"
This reverts commit 5edcbfd1368e84fce913ceeeca7b712c524dc20d. Yinghai Lu has reported on the kexec mailing list that this causes the following problem when using kexec load with kexec built on openSUSE 13.1 64bit. overflow in relocation type R_X86_64_32 val 21dffc020
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index e0b5f78..e365dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,15 +53,6 @@ case $target_cpu in
;;
ia64|x86_64|alpha|m68k )
ARCH="$target_cpu"
-
- dnl ---Test for x32 ABI in x86_64
- if test "x$ARCH" = "xx86_64" ; then
- AC_EGREP_CPP(x32_test,
- [#if defined(__x86_64__) && defined (__ILP32__)
- x32_test
- #endif
- ], SUBARCH='x32', SUBARCH='64')
- fi
;;
* )
AC_MSG_ERROR([unsupported architecture $target_cpu])