diff options
author | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-31 20:39:42 +0200 |
---|---|---|
committer | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-31 20:39:42 +0200 |
commit | 493672e977460426013e6ad5fef4160a98ec79e1 (patch) | |
tree | a6fad64b06c5f1a377764bedd742042f7a7b511f /config/toolchain.in | |
parent | 35fe8a047d4a0d14c74708434e2e4ba2d845681d (diff) | |
download | crosstool-ng-493672e977460426013e6ad5fef4160a98ec79e1.tar.gz crosstool-ng-493672e977460426013e6ad5fef4160a98ec79e1.tar.bz2 crosstool-ng-493672e977460426013e6ad5fef4160a98ec79e1.zip |
binutils: use the PKGVERSION and BUGURL options
This patch makes binutils benefit from the TOOLCHAIN_PKGVERSION and
TOOLCHAIN_BUGURL options.
Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 4fdea14b..0cc4f0fb 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -73,7 +73,7 @@ config TOOLCHAIN_PKGVERSION 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. + the output of gcc --version, and also in binutils. This is passed to the configure flag --with-pkgversion. |