diff --git a/modules/xen b/modules/xen index d77aed54..31e329ba 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" \