diff options
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" |