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 32bit xen-tools build.

To: kraxel@xxxxxxx
Subject: Re: [Xen-devel] [patch] Fix 32bit xen-tools build.
From: John Levon <levon@xxxxxxxxxxxxxxxxx>
Date: Fri, 20 Oct 2006 13:25:49 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 20 Oct 2006 12:40:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20061020083605.806038000@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20061020083605.806038000@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
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