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