mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
8fbf528681
Upstream changes in the way kconfig handles environment variables means we need to update our usage of them. Signed-off-by: Chris Packham <judge.packham@gmail.com>
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
mainmenu "crosstool-NG $(CT_VERSION) Configuration"
|
|
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/comp_libs.in"
|
|
source "config/comp_tools.in"
|
|
source "config/test_suite.in"
|