- correctly use of toolchain host
This commit is contained in:
Stephan Raue 2010-05-27 03:37:45 +02:00
parent 4a001bf9fe
commit 090dc2e511

View File

@ -2,13 +2,9 @@
. config/options
export CC=$HOST_CC
export CXX=$HOST_CXX
export CFLAGS="$HOST_CFLAGS"
export CXXFLAGS="$HOST_CXXFLAGS"
setup_toolchain host
cd $PKG_BUILD
./configure --prefix=$ROOT/$TOOLCHAIN \
--disable-debug \
--disable-warnerror \