===== xen/arch/ia64/Rules.mk 1.3 vs edited ===== --- 1.3/xen/arch/ia64/Rules.mk 2005-04-01 13:52:51 -06:00 +++ edited/xen/arch/ia64/Rules.mk 2005-04-05 16:15:54 -05:00 @@ -1,16 +1,8 @@ ######################################## # x86-specific definitions -ifeq ($(COMPILE_ARCH),$(TARGET_ARCH)) -OBJCOPY = objcopy -endif -ifneq ($(COMPILE_ARCH),$(TARGET_ARCH)) -CC = /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-gcc -LD = /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-ld -OBJCOPY = /usr/local/sp_env/v2.2/i686/bin/ia64-unknown-linux-objcopy -endif -HOSTCC := gcc -#LD := ld +CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux- + # Linker should relocate monitor to this address MONITOR_BASE := 0xFC500000 # Bootloader should load monitor to this real address