Skip to content

Commit

Permalink
Merge pull request #33 from pspdev/sajattack-patch-1
Browse files Browse the repository at this point in the history
Enable newlib iconv
  • Loading branch information
fjtrujy authored May 24, 2024
2 parents df4b742 + c0853d5 commit a92f3d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/003-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ rm -rf build-$TARGET && mkdir build-$TARGET && cd build-$TARGET || { exit 1; }
--enable-newlib-retargetable-locking \
--enable-newlib-multithread \
--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 \
$TARG_XTRA_OPTS || { exit 1; }

## Compile and install.
Expand Down

0 comments on commit a92f3d5

Please sign in to comment.