diff options
author | Alexey Neyman <stilor@att.net> | 2020-01-21 16:44:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 16:44:29 -0800 |
commit | 90947b3166eca9970b1cc3f2e61c88cae5e0ba24 (patch) | |
tree | c0e64be779db5e29a4a55bc24f594559f36dab4a /scripts/build/libc | |
parent | 7bd6bb002fe52edcefdb3c02111548237551ac37 (diff) | |
parent | 2260dcfff6dfa0c1f35daf02230e6c3860e42318 (diff) | |
download | crosstool-ng-90947b3166eca9970b1cc3f2e61c88cae5e0ba24.tar.gz crosstool-ng-90947b3166eca9970b1cc3f2e61c88cae5e0ba24.tar.bz2 crosstool-ng-90947b3166eca9970b1cc3f2e61c88cae5e0ba24.zip |
Merge pull request #1274 from maxmorozov/master
CT_LIBC_NEWLIB_REGISTER_FINI is processed correctly
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/newlib.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index ef0b16c1..ddecdb19 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -55,7 +55,7 @@ newlib_main() yn_args="IO_POS_ARGS:newlib-io-pos-args IO_C99FMT:newlib-io-c99-formats IO_LL:newlib-io-long-long -NEWLIB_REGISTER_FINI:newlib-register-fini +REGISTER_FINI:newlib-register-fini NANO_MALLOC:newlib-nano-malloc NANO_FORMATTED_IO:newlib-nano-formatted-io ATEXIT_DYNAMIC_ALLOC:newlib-atexit-dynamic-alloc @@ -65,6 +65,8 @@ REENT_SMALL:newlib-reent-small MULTITHREAD:newlib-multithread RETARGETABLE_LOCKING:newlib-retargetable-locking WIDE_ORIENT:newlib-wide-orient +FSEEK_OPTIMIZATION:newlib-fseek-optimization +FVWRITE_IN_STREAMIO:newlib-fvwrite-in-streamio UNBUF_STREAM_OPT:newlib-unbuf-stream-opt ENABLE_TARGET_OPTSPACE:target-optspace " |