- setup toolchain for hostbuild instead declare some Variables
This commit is contained in:
Stephan Raue 2010-06-08 16:54:14 +02:00
parent e85fab2278
commit b8067b97b7

View File

@ -2,10 +2,7 @@
. config/options
export CC=$HOST_CC
export CXX=$HOST_CXX
export CFLAGS="$HOST_CFLAGS"
export CXXFLAGS="$HOST_CXXFLAGS"
setup_toolchain host
cd $PKG_BUILD