diff options
author | Alexey Neyman <stilor@att.net> | 2017-11-19 00:10:53 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-11-19 21:50:28 -0800 |
commit | 63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (patch) | |
tree | a6dd34002a5704b115b4c464eebb32e6b04e6482 /maintainer | |
parent | 5e0d62fac62450c2527b6efaccbc5c5b6aef8c0e (diff) | |
download | crosstool-ng-63e91f4eba6fc9ba61be04eda3cc7fae19c827b8.tar.gz crosstool-ng-63e91f4eba6fc9ba61be04eda3cc7fae19c827b8.tar.bz2 crosstool-ng-63e91f4eba6fc9ba61be04eda3cc7fae19c827b8.zip |
A few fixes for showSamples
- Use fork's name, not the master package name
- Allow to use a choice selector when printing a package
- Consider complibs always present (they are, gcc does require gmp/...)
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rw-r--r-- | maintainer/kconfig-choice.template | 6 | ||||
-rw-r--r-- | maintainer/kconfig-versions.template | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/maintainer/kconfig-choice.template b/maintainer/kconfig-choice.template index b2ca2176..ec66f742 100644 --- a/maintainer/kconfig-choice.template +++ b/maintainer/kconfig-choice.template @@ -25,6 +25,12 @@ config @@dir|@@ default "@@choice@@" if @@dir|@@_@@choice|@@ #!end-foreach +config @@dir|@@_KSYM + string +#!foreach choice + default "@@choice|@@" if @@dir|@@_@@choice|@@ +#!end-foreach + #!foreach choice if @@dir|@@_@@choice|@@ source "config/@@dir@@/@@choice@@.in" diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index e4be903b..37461b7d 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -243,6 +243,8 @@ config @@fork|@@_VERSION #!foreach version default "@@ver@@" if @@fork|@@_V_@@ver_sel|@@ #!end-foreach + default "new" if @@fork|@@_VERY_NEW + default "old" if @@fork|@@_VERY_OLD default "unknown" #!if [ "@@#version@@" -gt 0 ] |