mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
def4ca3905
/trunk/config/global.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
# Overall toolchain configuration: paths, jobs, etc...
|
|
|
|
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
|