Skip to content

Commit

Permalink
picolib: add flag descriptions
Browse files Browse the repository at this point in the history
Co-authored-by: Pat Pannuto <[email protected]>
  • Loading branch information
bradjc and ppannuto committed Apr 23, 2024
1 parent ce3d7b4 commit bc3497a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picolib/build-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ fi
# picocrt-lib=false # Do not package crt0.
# tinystdio=false # Do not use AVR tinystdio, which uses a different underlying interface (aka stdout object).
# newlib-stdio64=false # Do not include 64 bit APIs.
# newlib-reent-small=true # ?
# newlib-global-atexit=true # ?
# newlib-reent-small=true # Disable reentrancy support to save space
# newlib-global-atexit=true # Disable reentrancy for `atexit` (saves space)
$PICOLIB_SRC_DIR/scripts/do-configure arm-none-eabi -Dprefix=`realpath $PICOLIB_INSTALL_DIR` \
-Dpicolib=false \
-Dpicocrt=false \
Expand Down

0 comments on commit bc3497a

Please sign in to comment.