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 /config/libc | |
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 'config/libc')
-rw-r--r-- | config/libc/newlib.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 268f9564..199eff2a 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -152,6 +152,13 @@ config LIBC_NEWLIB_MULTITHREAD help Enable support for multiple threads. +config LIBC_NEWLIB_RETARGETABLE_LOCKING + bool + prompt "Enable retargetable locking" + help + Enable retargetable locking to allow the operating system to override + the dummy lock functions defined within the newlib. + config LIBC_NEWLIB_EXTRA_SECTIONS bool prompt "Place each function & data element in their own section" |