From 43ca5b409558d6eea50c99384b76980ebaf5f52d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 8 Jun 2010 23:26:54 +0200 Subject: 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. --- config/libc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/libc.in') diff --git a/config/libc.in b/config/libc.in index de6955e1..74bdd1a7 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 -- cgit v1.2.3