[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1203946141 25200 # Node ID 7e8334e651c479fc1277db84d49a97b73b86d27e # Parent 4a9f31bdfcc0b8f8d1ebca324db5fdfea52c4613 [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 <aron@xxxxxx> --- tools/ioemu/Makefile.target | 4 ---- 1 files changed, 4 deletions(-) diff -r 4a9f31bdfcc0 -r 7e8334e651c4 tools/ioemu/Makefile.target --- a/tools/ioemu/Makefile.target Mon Feb 25 06:27:21 2008 -0700 +++ b/tools/ioemu/Makefile.target Mon Feb 25 06:29:01 2008 -0700 @@ -523,10 +523,6 @@ VL_LDFLAGS+=-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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |