config/toolchain.in
changeset 2487 481cd34691f0
parent 2484 d1a8c2ae7946
child 2488 58a28561f1bc
     1.1 --- a/config/toolchain.in	Tue May 31 16:27:39 2011 +0200
     1.2 +++ b/config/toolchain.in	Tue May 31 20:12:35 2011 +0200
     1.3 @@ -66,6 +66,24 @@
     1.4        NOTE: this has no connection to whether the target libraries will be
     1.5        dynamic or static. This only applies to the tools themselves.
     1.6  
     1.7 +config TOOLCHAIN_PKGVERSION
     1.8 +    string
     1.9 +    prompt "Toolchain ID string"
    1.10 +    default "crosstool-NG-${CT_VERSION}"
    1.11 +    help
    1.12 +      Specify a string that identifies your package. You may wish to include
    1.13 +      a build number or build date. This version string will be included in
    1.14 +      the output of gcc --version.
    1.15 +
    1.16 +      This is passed to the configure flag --with-pkgversion.
    1.17 +
    1.18 +config TOOLCHAIN_BUGURL
    1.19 +    string
    1.20 +    prompt "Toolchain bug URL"
    1.21 +    default ""
    1.22 +    help
    1.23 +      Specify the URL that users should visit if they wish to report a bug.
    1.24 +
    1.25  comment "Tuple completion and aliasing"
    1.26  
    1.27  config TARGET_VENDOR