mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-11-22 02:19:16 +01:00
configure binutils with --disable-nls
This commit is contained in:
parent
971bb43e64
commit
5715bc9cd0
@ -91,7 +91,8 @@ buildbinutils() {
|
||||
(
|
||||
cd $WIIDEV/build_binutils && \
|
||||
$WIIDEV/$BINUTILS_DIR/configure --target=$TARGET \
|
||||
--prefix=$WIIDEV --disable-werror --disable-multilib && \
|
||||
--prefix=$WIIDEV --disable-nls --disable-werror \
|
||||
--disable-multilib && \
|
||||
nice $MAKE $MAKEOPTS && \
|
||||
$MAKE install
|
||||
) || die "Error building binutils for target $TARGET"
|
||||
|
Loading…
Reference in New Issue
Block a user