mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
use the non-musl-libc wrapped gcc (issue #167)
This commit is contained in:
parent
c76a618b1e
commit
6b0013e038
@ -11,6 +11,6 @@ xen_hash := b795d5631a85fb68295361067195ecd00003656dacede4ec57533fce33ab5109
|
||||
xen_output := xen
|
||||
xen_configure :=
|
||||
xen_target := $(MAKE_JOBS) \
|
||||
CC="$(heads_cc) -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
||||
CC="$(CROSS)gcc -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
||||
LD="$(CROSS)ld" \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user