binutils: disable werror, because of problems building gcc-4.3, thanks to TheUni

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-16 20:20:42 +01:00
parent 310b0e727a
commit 91b4f2d579

View File

@ -25,7 +25,7 @@ mkdir -p objdir && cd objdir
--with-ppl=$ROOT/$TOOLCHAIN \ --with-ppl=$ROOT/$TOOLCHAIN \
--with-cloog=$ROOT/$TOOLCHAIN \ --with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \ --with-libelf=$ROOT/$TOOLCHAIN \
--enable-werror \ --disable-werror \
--disable-multilib \ --disable-multilib \
--disable-libada \ --disable-libada \
--disable-libssp \ --disable-libssp \