use the non-musl-libc wrapped gcc (issue #167)

This commit is contained in:
Trammell Hudson 2017-04-06 17:28:12 -04:00
parent c76a618b1e
commit 6b0013e038
Failed to extract signature

View File

@ -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" \