diff options
author | Stephanos Ioannidis <root@stephanos.io> | 2019-12-20 11:18:46 +0900 |
---|---|---|
committer | Stephanos Ioannidis <root@stephanos.io> | 2019-12-20 11:18:46 +0900 |
commit | bb1d687e1d8a462b64fe2ae8ac6496e70b80111e (patch) | |
tree | 58d0d555345af9d0745e24e8e4fe8ebf0ddbb71a /scripts/build/libc/newlib.sh | |
parent | 3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (diff) | |
download | crosstool-ng-bb1d687e1d8a462b64fe2ae8ac6496e70b80111e.tar.gz crosstool-ng-bb1d687e1d8a462b64fe2ae8ac6496e70b80111e.tar.bz2 crosstool-ng-bb1d687e1d8a462b64fe2ae8ac6496e70b80111e.zip |
Add newlib retargetable locking configuration
This commit adds support for the newlib configuration option
'--enable-newlib-retargetable-locking'.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Diffstat (limited to 'scripts/build/libc/newlib.sh')
-rw-r--r-- | scripts/build/libc/newlib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index 95ab7910..ef0b16c1 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -63,6 +63,7 @@ GLOBAL_ATEXIT:newlib-global-atexit LITE_EXIT:lite-exit REENT_SMALL:newlib-reent-small MULTITHREAD:newlib-multithread +RETARGETABLE_LOCKING:newlib-retargetable-locking WIDE_ORIENT:newlib-wide-orient UNBUF_STREAM_OPT:newlib-unbuf-stream-opt ENABLE_TARGET_OPTSPACE:target-optspace |