|
|
|
|
|
|
|
|
|
|
xen-devel
[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@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>
|
- [Xen-devel] [PATCH] Remove VL_LDFLAGS=ia64.ld from Makefile.target,
Aron Griffis <=
|
|
|
|
|