From c76a618b1ec09349e2682552fc21db8fb3f04b7f Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Thu, 6 Apr 2017 17:02:14 -0400 Subject: [PATCH] use our cross compiler ld (issue #166) --- modules/xen | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/xen b/modules/xen index 9f02c8e3..d77aed54 100644 --- a/modules/xen +++ b/modules/xen @@ -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" \