Signed-off-by: Roger Pau Monné <roger....@citrix.com> --- Config.mk | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/Config.mk b/Config.mk index 9b097c9..67b26dd 100644 --- a/Config.mk +++ b/Config.mk @@ -45,6 +45,12 @@ DESTDIR ?= / # Allow phony attribute to be listed as dependency rather than fake target .PHONY: .phony +# If we are not cross-compiling, use C{C/XX} as HOSTC{C/XX} +ifeq ($(XEN_TARGET_ARCH), $(XEN_COMPILE_ARCH)) +HOSTCC ?= $(CC) +HOSTCXX ?= $(CXX) +endif + # Use Clang/LLVM instead of GCC? clang ?= n ifeq ($(clang),n) -- 2.6.4 (Apple Git-63) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel