diff options
author | Alexey Neyman <stilor@att.net> | 2018-09-25 23:52:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 23:52:05 -0700 |
commit | b82b8adb441001fc1c7f6d5603834861a2de0d2b (patch) | |
tree | d16c3f0d4fd57ac3b9ce682cd416fc3ad2d7a666 /scripts/build/libc | |
parent | ea1072c29ba37f29ca3f60871935aa5ca3fcb9b6 (diff) | |
parent | 398030c11a33a3f6b0c6c7418c7734cdb7b8aa2c (diff) | |
download | crosstool-ng-b82b8adb441001fc1c7f6d5603834861a2de0d2b.tar.gz crosstool-ng-b82b8adb441001fc1c7f6d5603834861a2de0d2b.tar.bz2 crosstool-ng-b82b8adb441001fc1c7f6d5603834861a2de0d2b.zip |
Merge pull request #984 from slash3g/master
Properly handle newlib configuration flags
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/newlib.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index 2b1e5bb4..6449d68a 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -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 " |