mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
18 lines
386 B
Plaintext
18 lines
386 B
Plaintext
# Overall toolchain configuration: paths, jobs, etc...
|
|
|
|
# Allow unconditional usage of tristates
|
|
config MODULES
|
|
bool
|
|
default y
|
|
|
|
menu "Paths and misc options"
|
|
|
|
source "config/global/ct-behave.in"
|
|
source "config/global/paths.in"
|
|
source "config/global/download.in"
|
|
source "config/global/extract.in"
|
|
source "config/global/build-behave.in"
|
|
source "config/global/logging.in"
|
|
|
|
endmenu
|