From 6b0013e0384481c5d2731445ae2362a2ed220f52 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Thu, 6 Apr 2017 17:28:12 -0400 Subject: [PATCH] use the non-musl-libc wrapped gcc (issue #167) --- modules/xen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xen b/modules/xen index d77aed5..31e329b 100644 --- a/modules/xen +++ b/modules/xen @@ -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" \