[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] fix 64-bit LDFLAGS



(This is the first in an occassional series of patches we have to
compile Xen on Solaris.)

regards,
john

# HG changeset patch
# User john.levon@xxxxxxx
# Date 1161088275 25200
# Node ID 9edcfe091b8e080c461d432549f316fd5b264c7e
# Parent  3cc0b589c235fb1d624d9118e342df10cdba403d
LDFLAGS needs to pick up -m64 on 64-bit builds.

Signed-off-by: John Levon <john.levon@xxxxxxx>

diff --git a/config/x86_64.mk b/config/x86_64.mk
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -6,4 +6,5 @@ CONFIG_MBOOTPACK := y
 CONFIG_MBOOTPACK := y
 
 CFLAGS += -m64
+LDFLAGS += -m64
 LIBDIR = lib64

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.