summaryrefslogtreecommitdiff
path: root/config/config.in
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2017-09-01 20:31:35 (GMT)
committerNathan Chancellor <natechancellor@gmail.com>2017-09-01 23:49:16 (GMT)
commitb0f14b0dfa1b8a060ba75c5a7294241857f51b3c (patch)
tree349daeaf546a5c3c9e942967ba0512b67769d42d /config/config.in
parent1d724767bdedac22682fe23e88b4fe0033cb58f4 (diff)
config: Show crosstool-NG version in .config
This was previously available in 6c62da480344 but was then removed in cb7fcbe1ef4f. 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>
Diffstat (limited to 'config/config.in')
-rw-r--r--config/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.in b/config/config.in
index 6b0b911..f941301 100644
--- a/config/config.in
+++ b/config/config.in
@@ -1,3 +1,4 @@
+mainmenu "crosstool-NG $CT_VERSION Configuration"
source "config/configure.in"
source "config/global.in"
source "config/target.in"