use cross compiler ar (issue #166)

This commit is contained in:
Trammell Hudson 2017-04-07 10:48:46 -04:00
parent 75117c0e5b
commit 8241f190ac
Failed to extract signature

View File

@ -9,6 +9,7 @@ kexec_hash := cc7b60dad0da202004048a6179d8a53606943062dd627a2edba45a8ea3a85135
kexec_configure := ./configure \
CC="$(heads_cc)" \
STRIP="$(CROSS)strip" \
AR="$(CROSS)ar" \
--host i386-elf-linux \
--target x86_64 \
--prefix="/" \