From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andres Lagar-Cavilla Subject: [PATCH 0 of 2] Fixes for cross-compiling 32 bit tools on 64 bit host Date: Mon, 14 Nov 2011 16:53:51 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: andres@gridcentric.ca, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org Using this patch series, we routinely compile the entire toolstack in 32 bit mode on a 64 bit box, no erros or warnings (compilatio-/ linking-related). Please apply. Signed-off-by: Andres Lagar-Cavilla Signed-off-by: Adin Scannell config/x86_32.mk | 1 + config/x86_64.mk | 1 + tools/Makefile | 8 +++++++- tools/blktap/drivers/Makefile | 1 + tools/blktap2/vhd/lib/Makefile | 1 + tools/debugger/gdbsx/Makefile | 2 +- tools/libaio/src/Makefile | 2 +- tools/libfsimage/common/Makefile | 4 ++-- 8 files changed, 15 insertions(+), 5 deletions(-)