gcc-core: disable ppl check

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-10 10:59:51 +01:00
parent 31be1eba7e
commit f281fa3fad

View File

@ -20,6 +20,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 \
--with-gnu-as \