mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
use our cross compiler ld (issue #166)
This commit is contained in:
parent
7c8f86bc52
commit
c76a618b1e
@ -12,4 +12,5 @@ xen_output := xen
|
||||
xen_configure :=
|
||||
xen_target := $(MAKE_JOBS) \
|
||||
CC="$(heads_cc) -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
||||
LD="$(CROSS)ld" \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user