commit | f4e6e4b2e57ce73e4de3399b650db33565b4f1c2 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Sep 05 14:19:07 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 07 09:42:19 2023 +0100 |
tree | b588033eba72692c9e27d34493e9c754a411c064 | |
parent | 14dccd772d71612f0a8b34e7e3bbb918f4455821 [diff] |
libc/picolibc: Don't force TLS when using picolibc module The picolibc module can be built without thread local storage support if desired. Allow that by using 'imply' instead of 'select'. However, when using the toolchain picolibc, we assume that TLS will be enabled wherever supported, so make sure we match by adding a 'select' for this case. Signed-off-by: Keith Packard <keithp@keithp.com>