|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [patch] Fix 32bit xen-tools build.
On Fri, Oct 20, 2006 at 10:36:08AM +0200, kraxel@xxxxxxx wrote:
> Index: build-32-unstable-11822/config/x86_32.mk
> ===================================================================
> --- build-32-unstable-11822.orig/config/x86_32.mk
> +++ build-32-unstable-11822/config/x86_32.mk
> @@ -6,8 +6,10 @@ CONFIG_MIGRATE := y
> CONFIG_XCUTILS := y
> CONFIG_IOEMU := y
>
> -CFLAGS += -m32 -march=i686
> -LIBDIR := lib
> +CFLAGS += -m32 -march=i686
> +LDFLAGS += -m32
> +ASFLAGS += -m32
> +LIBDIR := lib
Where is left that needs LDFLAGS/ASFLAGS to have the -m flags? It's
wrong anyway, there should be nowhere that's not using $CFLAGS; see the
previous discussion. We've had to disable a couple of directories for
now, so probably it's in one of those?
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|