mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
wrong path to correct strip binary (issue #100)
This commit is contained in:
parent
2acaf616b9
commit
1b9f99617a
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user