This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils version of snapshot builds


Matthias Klose <doko@ubuntu.com> writes:

> Configuring a snapshot build --with-pkgversion="Ubuntu 2.17.20070321cvs-1" (the
> latter beeing the package version) I end up with a version string:
>
>   "GNU ld (Ubuntu 2.17.20070321cvs-1) 2.17.50.20070321"

I think trying to replace "GNU binutils" with something else is the wrong
thing to do.  The vendor string should be an additional information in the
version string, not replacing anything.  After all, the package bundle is
still GNU binutils.  This also makes the first GNU redundant.  The actual
version string should look like this:

ld (GNU binutils) 2.17.50.20070321

The vendor string should either be appended inside the parens, or put in
another pair of parens before the version.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]