config/toolchain.in
changeset 2503 b5541f296b92
parent 2500 ba1e71fa72a9
child 2526 e5fb003a354c
     1.1 --- a/config/toolchain.in	Thu Jun 02 19:50:12 2011 +0200
     1.2 +++ b/config/toolchain.in	Fri Jun 03 17:21:56 2011 +0200
     1.3 @@ -78,13 +78,18 @@
     1.4  config TOOLCHAIN_PKGVERSION
     1.5      string
     1.6      prompt "Toolchain ID string"
     1.7 -    default "crosstool-NG-${CT_VERSION}"
     1.8 +    default ""
     1.9      help
    1.10        Specify a string that identifies your package. You may wish to include
    1.11        a build number or build date. This version string will be included in
    1.12        the output of gcc --version, and also in binutils, eglibc, gdb and
    1.13        gdbserver.
    1.14  
    1.15 +      If this string is left empty, the actual package version will be:
    1.16 +          "crosstool-NG ${CT_VERSION}"
    1.17 +      Otherwise, it will be:
    1.18 +          "crosstool-NG ${CT_VERSION} - ${CT_TOOLCHAIN_PKGVERSION}"
    1.19 +
    1.20        This is passed to the configure flag --with-pkgversion.
    1.21  
    1.22  config TOOLCHAIN_BUGURL