|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] fix x86_64 build with specified CFLAGS
On Fri, 3 Mar 2006, Keir Fraser wrote:
> On 2 Mar 2006, at 21:36, Rik van Riel wrote:
>
> > Note that this is not a question of building from RPM, even when
> > passing in empty CFLAGS this problem occurs.
>
> 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
--
All Rights Reversed
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|