diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f41c5..fcd33b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------------------------------------------------------------------------------------------- diff --git a/build-bleeding-edge-toolchain.sh b/build-bleeding-edge-toolchain.sh index 2cff8d5..f7974a6 100755 --- a/build-bleeding-edge-toolchain.sh +++ b/build-bleeding-edge-toolchain.sh @@ -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)