diff -r ba1e71fa72a9 -r 2377be750e83 config/toolchain.in --- a/config/toolchain.in Thu Jun 02 19:50:12 2011 +0200 +++ b/config/toolchain.in Mon Jun 13 22:54:29 2011 +0400 @@ -78,13 +78,18 @@ config TOOLCHAIN_PKGVERSION string prompt "Toolchain ID string" - default "crosstool-NG-${CT_VERSION}" + default "" 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, and also in binutils, eglibc, gdb and gdbserver. + If this string is left empty, the actual package version will be: + "crosstool-NG ${CT_VERSION}" + Otherwise, it will be: + "crosstool-NG ${CT_VERSION} - ${CT_TOOLCHAIN_PKGVERSION}" + This is passed to the configure flag --with-pkgversion. config TOOLCHAIN_BUGURL