Skip to content

Commit

Permalink
Merge pull request #32 from fjtrujy/fixLockAPI
Browse files Browse the repository at this point in the history
Enabling multithread in newlib
  • Loading branch information
diamant3 authored Apr 25, 2024
2 parents 74e301c + b0e77d6 commit eb5d645
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 @@ -45,6 +45,7 @@ rm -rf build-$TARGET && mkdir build-$TARGET && cd build-$TARGET || { exit 1; }
--prefix="$PSPDEV" \
--target="$TARGET" \
--enable-newlib-retargetable-locking \
--enable-newlib-multithread \
--enable-newlib-io-c99-formats \
$TARG_XTRA_OPTS || { exit 1; }

Expand Down

0 comments on commit eb5d645

Please sign in to comment.