diff -r ba1e71fa72a9 -r b5541f296b92 config/toolchain.in --- a/config/toolchain.in Thu Jun 02 19:50:12 2011 +0200 +++ b/config/toolchain.in Fri Jun 03 17:21:56 2011 +0200 @@ -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