- unset CFLAGS for building Hosttools
This commit is contained in:
Stephan Raue 2009-12-08 12:06:48 +01:00
parent f0db5a1f2e
commit 1a4236cea3

View File

@ -19,7 +19,7 @@ CPPFLAGS="-I$SYSROOT_PREFIX/usr/include" \
--enable-shared \
--disable-static \
make CC=$HOST_CC CPPFLAGS="" -C tools
make CC=$HOST_CC CPPFLAGS="" CFLAGS="" -C tools
make
$MAKEINSTALL -C lib