- build with host= and build=
This commit is contained in:
Stephan Raue 2010-02-20 18:24:09 +01:00
parent 7e0f34e1fd
commit 42f80610f5

View File

@ -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 \