Aron Griffis
2008-Feb-24 17:37 UTC
[Xen-devel] [PATCH] Remove VL_LDFLAGS=ia64.ld from Makefile.target
1 file changed, 4 deletions(-) tools/ioemu/Makefile.target | 4 ---- # HG changeset patch # User Aron Griffis <aron@hp.com> # Date 1203874656 18000 # Node ID 8ab738465ea66fdf66cf5e586483f4ad6fed6fae # Parent 200787660b5fb3ae288e88ac028055d5397b6c2d 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@hp.com> diff -r 200787660b5f -r 8ab738465ea6 tools/ioemu/Makefile.target --- a/tools/ioemu/Makefile.target Fri Feb 22 18:32:41 2008 +0000 +++ b/tools/ioemu/Makefile.target Sun Feb 24 12:37:36 2008 -0500 @@ -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-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Alex Williamson
2008-Feb-25 14:26 UTC
[Xen-devel] Re: [PATCH] Remove VL_LDFLAGS=ia64.ld from Makefile.target
On Sun, 2008-02-24 at 12:37 -0500, Aron Griffis wrote:> 1 file changed, 4 deletions(-) > tools/ioemu/Makefile.target | 4 ---- > > > # HG changeset patch > # User Aron Griffis > # Date 1203874656 18000 > # Node ID 8ab738465ea66fdf66cf5e586483f4ad6fed6fae > # Parent 200787660b5fb3ae288e88ac028055d5397b6c2d > 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.Applied. Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel