summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 072cf1b..4fdea14 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -66,6 +66,24 @@ config STATIC_TOOLCHAIN
NOTE: this has no connection to whether the target libraries will be
dynamic or static. This only applies to the tools themselves.
+config TOOLCHAIN_PKGVERSION
+ string
+ prompt "Toolchain ID string"
+ default "crosstool-NG-${CT_VERSION}"
+ help
+ Specify a string that identifies your package. You may wish to include
+ a build number or build date. This version string will be included in
+ the output of gcc --version.
+
+ This is passed to the configure flag --with-pkgversion.
+
+config TOOLCHAIN_BUGURL
+ string
+ prompt "Toolchain bug URL"
+ default ""
+ help
+ Specify the URL that users should visit if they wish to report a bug.
+
comment "Tuple completion and aliasing"
config TARGET_VENDOR