From 0b692b5bd874aaa0e4d5f485b9699179c52763d2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 13 Jul 2011 01:40:46 +0200 Subject: [PATCH] Python: setup host triplet for --build and --host options to configure script Signed-off-by: Stephan Raue --- packages/lang/Python/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index 8262b4f9e4..e471108338 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -32,7 +32,9 @@ setup_toolchain host OPT="$HOST_CFLAGS" \ LDFLAGS="$LDFLAGS -lexpat" \ -../configure --prefix=$ROOT/$TOOLCHAIN \ +../configure --host=$HOST_NAME \ + --build=$HOST_NAME \ + --prefix=$ROOT/$TOOLCHAIN \ --cache-file=config.cache \ --enable-shared \ --without-cxx-main \