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

Re: [Xen-devel] [PATCH] fix x86_64 build with specified CFLAGS


On 3 Mar 2006, at 14:17, Rik van Riel wrote:

Where would the -m64 come from in that case? Not from Config.mk...

tools/Rules.mk:

ifeq ($(XEN_TARGET_ARCH),x86_64)
CFLAGS  += -m64
LDFLAGS += -m64
endif

Those directories don't include tools/Rules.mk, instead they include the root Config.mk file directly. Anyway, I made a different fix for you, which is to completely ignore externally-supplied CFLAGS when building in those directories (the assumption being that the build target is special and the local Makefile knows best).

 -- Keir


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

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