Skip to content

Commit

Permalink
remove --disable-nls
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Jul 19, 2024
1 parent 1aaa79b commit 215ecfc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion scripts/001-binutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ fi
--disable-initfini-array \
--with-python="$WITH_PYTHON" \
--disable-werror \
--disable-nls \
--disable-dependency-tracking \
$TARG_XTRA_OPTS

Expand Down
1 change: 0 additions & 1 deletion scripts/002-gcc-stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ cd build-$TARGET-stage1
--disable-libgomp \
--disable-libmudflap \
--disable-libquadmath \
--disable-nls \
--disable-dependency-tracking \
$TARG_XTRA_OPTS

Expand Down
1 change: 0 additions & 1 deletion scripts/003-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ rm -rf build-$TARGET && mkdir build-$TARGET && cd build-$TARGET
--enable-newlib-io-c99-formats \
--enable-newlib-iconv \
--enable-newlib-iconv-encodings=us_ascii,utf8,utf16,ucs_2_internal,ucs_4_internal,iso_8859_1 \
--disable-nls \
--disable-dependency-tracking \
$TARG_XTRA_OPTS

Expand Down
1 change: 0 additions & 1 deletion scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ cd build-$TARGET-stage2
--disable-libssp \
--disable-multilib \
--enable-threads=posix \
--disable-nls \
--disable-dependency-tracking \
$TARG_XTRA_OPTS

Expand Down

0 comments on commit 215ecfc

Please sign in to comment.