summaryrefslogtreecommitdiff
path: root/purgatory
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 /purgatory
parent4a837c9a19f9d5f07778906c6fe64d429d7c1ed7 (diff)
downloadkexec-tools-5041d45b1c6b66a0e6c48f6121c24cd9be506c68.tar.gz
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 'purgatory')
-rw-r--r--purgatory/arch/x86_64/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/purgatory/arch/x86_64/Makefile b/purgatory/arch/x86_64/Makefile
index 4af11e4..7300937 100644
--- a/purgatory/arch/x86_64/Makefile
+++ b/purgatory/arch/x86_64/Makefile
@@ -23,6 +23,4 @@ x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c
x86_64_PURGATORY_SRCS += purgatory/arch/i386/vga.c
x86_64_PURGATORY_SRCS += purgatory/arch/i386/pic.c
-ifeq ($(SUBARCH),64)
- x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
-endif
+x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large