force kexec to build 64-bit version, otherwise xen fails to load

This commit is contained in:
Trammell Hudson 2017-01-05 04:29:56 -05:00
parent 8ff56aff5a
commit 5b3ca49a15
Failed to extract signature

View File

@ -8,9 +8,8 @@ kexec_hash := cc7b60dad0da202004048a6179d8a53606943062dd627a2edba45a8ea3a85135
kexec_configure := ./configure \
CC="$(heads_cc)" \
CFLAGS="-I$(INSTALL)/include" \
LDFLAGS="-L$(INSTALL)/lib" \
--host i386-elf-linux \
--target x86_64 \
--prefix="$(INSTALL)" \
--without-zlib \
--without-lzma \