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-changelog

[Xen-changelog] [xen-unstable] [IA64] Remove VL_LDFLAGS=ia64.ld from Mak

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 03 Mar 2008 07:30:11 -0800
Delivery-date: Mon, 03 Mar 2008 07:30:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target, Xen patchbot-unstable <=