From 42f80610f5ca3c5a18d51d63c14f6411dfae0654 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 20 Feb 2010 18:24:09 +0100 Subject: [PATCH] gmp: - build with host= and build= --- packages/toolchain/math/gmp/build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/toolchain/math/gmp/build b/packages/toolchain/math/gmp/build index 3660bf4584..66c844d9e3 100755 --- a/packages/toolchain/math/gmp/build +++ b/packages/toolchain/math/gmp/build @@ -11,12 +11,12 @@ setup_toolchain host # export CFLAGS="$CFLAGS -fno-strict-aliasing -fPIC" cd $PKG_BUILD + mkdir -p objdir cd objdir -# ../configure --host=$HOST_NAME \ -# --build=$HOST_NAME \ -# --target=$TARGET_NAME \ -../configure --build=$HOST_NAME \ + +../configure --host=$HOST_NAME \ + --build=$HOST_NAME \ --prefix=$ROOT/$TOOLCHAIN \ --disable-shared \ --enable-static \