summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-06-08 21:26:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-06-08 21:26:54 (GMT)
commit43ca5b409558d6eea50c99384b76980ebaf5f52d (patch)
treed5342640753c04d7accf98e64f6f716797857767 /config/libc.in
parent3c351b899d32c80ab70675b6f6f99f792c72541c (diff)
config: add support for a second part of the generated choices
Some components have configuration options that can depend on generic options, so they should go below those. uClibc for example: - has its own options (wchar...) - uses the generic options (threads...) - if linuxthreads chosen, offers two impls So we need to be able to split the components options in 2, one part that is above the generic options, and one part that ends up below the generic options.
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in
index de6955e..74bdd1a 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -63,6 +63,8 @@ config THREADS_NONE
endchoice
+source "config.gen/libc.in.2"
+
endif # ! LIBC_none
endmenu