Skip to content

Commit

Permalink
Use --enable-newlib-global-stdio-streams option for both newlib and n…
Browse files Browse the repository at this point in the history
…ewlib-nano
  • Loading branch information
FreddieChopin committed Aug 8, 2018
1 parent 23c2711 commit f0b8577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
### Changed

- Updated newlib to version 3.0.0.20180802.
- Use [`--enable-newlib-global-stdio-streams`](https://sourceware.org/ml/newlib/2017/msg00516.html) option for both
newlib and newlib-nano.

[180726](https://github.com/FreddieChopin/bleeding-edge-toolchain/compare/180502...180726) - 2018-07-26
-------------------------------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions build-bleeding-edge-toolchain.sh
Expand Up @@ -399,6 +399,7 @@ buildNewlib() {
--disable-newlib-unbuf-stream-opt \
--enable-newlib-global-atexit \
--enable-newlib-retargetable-locking \
--enable-newlib-global-stdio-streams \
--disable-nls"
echo "${bold}---------- ${newlib}${suffix} make${normal}"
make -j$(nproc)
Expand Down

0 comments on commit f0b8577

Please sign in to comment.