From: Alex Williamson Date: Mon, 25 Feb 2008 13:29:01 +0000 (-0700) Subject: [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14300 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8df3dc09a83d143692949e0498a2cabc585f76eb;p=xen.git [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target The ia64 custom linker script breaks cross compilation (see http://markmail.org/message/zowwwfs3mdipseiv) and seems to be unnecessary. Tested by building and running ia64 HVM domains. Signed-off-by: Aron Griffis --- diff --git a/tools/ioemu/Makefile.target b/tools/ioemu/Makefile.target index 965d726adf..5a6ff93d1a 100644 --- a/tools/ioemu/Makefile.target +++ b/tools/ioemu/Makefile.target @@ -523,10 +523,6 @@ vl.o: BASE_CFLAGS+=-p VL_LDFLAGS+=-p endif -ifeq ($(ARCH),ia64) -VL_LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld -endif - ifeq ($(ARCH),sparc64) VL_LDFLAGS+=-m64 VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc64.ld