Skip to content

Commit

Permalink
Merge pull request #984 from slash3g/master
Browse files Browse the repository at this point in the history
Properly handle newlib configuration flags
  • Loading branch information
stilor committed Sep 26, 2018
2 parents ea1072c + 398030c commit b82b8ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build/libc/newlib.sh
Expand Up @@ -65,13 +65,13 @@ IO_LL:newlib-io-long-long
NEWLIB_REGISTER_FINI:newlib-register-fini
NANO_MALLOC:newlib-nano-malloc
NANO_FORMATTED_IO:newlib-nano-formatted-io
ATEXIT_DYNAMIC_ALLOC:atexit-dynamic-alloc
ATEXIT_DYNAMIC_ALLOC:newlib-atexit-dynamic-alloc
GLOBAL_ATEXIT:newlib-global-atexit
LITE_EXIT:lite-exit
REENT_SMALL:reent-small
MULTITHREAD:multithread
REENT_SMALL:newlib-reent-small
MULTITHREAD:newlib-multithread
WIDE_ORIENT:newlib-wide-orient
UNBUF_STREAM_OPT:unbuf-stream-opt
UNBUF_STREAM_OPT:newlib-unbuf-stream-opt
ENABLE_TARGET_OPTSPACE:target-optspace
"

Expand Down

0 comments on commit b82b8ad

Please sign in to comment.