WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-devel] [PATCH] Remove VL_LDFLAGS=ia64.ld from Makefile.target

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Remove VL_LDFLAGS=ia64.ld from Makefile.target
From: Aron Griffis <aron@xxxxxx>
Date: Sun, 24 Feb 2008 12:37:42 -0500
Cc: David Mosberger-Tang <dmosberger@xxxxxxxxx>, "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>, Alex Williamson <alex.williamson@xxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 24 Feb 2008 09:40:07 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
1 file changed, 4 deletions(-)
tools/ioemu/Makefile.target |    4 ----


# HG changeset patch
# User Aron Griffis <aron@xxxxxx>
# 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@xxxxxx>

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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>