mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
2f286ce5ab
... it is possible to just not set it in the configuration, why force it? It just increases the complexity in Kconfig. Signed-off-by: Alexey Neyman <stilor@att.net>
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
source "config/configure.in"
|
|
source "config/global.in"
|
|
source "config/target.in"
|
|
source "config/toolchain.in"
|
|
source "config/kernel.in"
|
|
source "config/binutils.in"
|
|
source "config/libc.in"
|
|
source "config/cc.in"
|
|
source "config/debug.in"
|
|
source "config/companion_libs.in"
|
|
source "config/companion_tools.in"
|
|
source "config/test_suite.in"
|