mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-08 03:44:29 +00:00
use cross compiler ar (issue #166)
This commit is contained in:
parent
75117c0e5b
commit
8241f190ac
@ -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="/" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user