mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 10:59:21 +00:00
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
|