Skip to content

Commit

Permalink
Merge pull request #20 from suicvne/psp_newlib_c99_fmters
Browse files Browse the repository at this point in the history
Build newlib with support for C99 formatters such as %zu.
  • Loading branch information
sharkwouter authored Sep 5, 2023
2 parents 63a7bd4 + 7a35407 commit 01e724a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/003-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rm -rf build-$TARGET && mkdir build-$TARGET && cd build-$TARGET || { exit 1; }
--prefix="$PSPDEV" \
--target="$TARGET" \
--enable-newlib-retargetable-locking \
--enable-newlib-io-c99-formats \
$TARG_XTRA_OPTS || { exit 1; }

## Compile and install.
Expand Down

0 comments on commit 01e724a

Please sign in to comment.