diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-28 00:09:38 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-28 01:23:34 +0200 |
commit | a394fe49ece3d01c85e65a02774c2cc170c81a54 (patch) | |
tree | cc94d5e59af36d14a1bfcefffdce2c833b3dd680 /config/libc/none.in | |
parent | b1f536966b8cae68098d94dbe372fa5054440adb (diff) | |
download | crosstool-ng-a394fe49ece3d01c85e65a02774c2cc170c81a54.tar.gz crosstool-ng-a394fe49ece3d01c85e65a02774c2cc170c81a54.tar.bz2 crosstool-ng-a394fe49ece3d01c85e65a02774c2cc170c81a54.zip |
libc: libces are responsible for naming their threads implementation
This will help add new implementations, such as the one in musl.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/none.in')
-rw-r--r-- | config/libc/none.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/none.in b/config/libc/none.in index 78a06125..d587faff 100644 --- a/config/libc/none.in +++ b/config/libc/none.in @@ -11,3 +11,9 @@ ## help on the C library. ## help ## help If unsure: do *not* choose that, and use another option in the choice. + +# The no-threads is usually set in the main libc.in config file. +# But since the "none" C library does not show the threads choice, +# we have to define the no-threads value ourselves here: +config THREADS + default "none" |