gcc-final: disable ppl check

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-10 11:00:00 +01:00
parent f281fa3fad
commit 69fd88407c

View File

@ -17,6 +17,7 @@ mkdir -p objdir-$1 && cd objdir-$1
--with-mpfr=$ROOT/$TOOLCHAIN \
--with-mpc=$ROOT/$TOOLCHAIN \
--with-ppl=$ROOT/$TOOLCHAIN \
--disable-ppl-version-check \
--with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \
--enable-languages=${TOOLCHAIN_LANGUAGES} \