wrong path to correct strip binary (issue #100)

This commit is contained in:
Trammell Hudson 2017-02-01 10:25:17 -05:00
parent 2acaf616b9
commit 1b9f99617a
Failed to extract signature

View File

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