mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
b0f14b0dfa
This was previously available in6c62da4803
but was then removed incb7fcbe1ef
. Add it back since it will be helpful if the user wants to hide the crosstool-NG version in the pkgversion. To get the new version, a defconfig from "ct-ng savedefconfig" or "ct-ng oldconfig" must be used in combination with "ct-ng menuconfig" or "ct-ng nconfig". Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
# Overall toolchain configuration: paths, jobs, etc...
|
|
|
|
config CT_VERSION
|
|
string
|
|
option env="CT_VERSION"
|
|
|
|
# Allow unconditional usage of tristates
|
|
config MODULES
|
|
bool
|
|
option modules
|
|
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
|