Re: [U-Boot] [PATCH v3 1/9] tools, config.mk: add binutils-version

2012-09-04 Thread Allen Martin
On Sun, Sep 02, 2012 at 08:05:11AM -0700, Wolfgang Denk wrote: > Dear Allen Martin, > > In message <1345066741-19613-2-git-send-email-amar...@nvidia.com> you wrote: > > Modeled after gcc-version, add function to get binutils version. > > > > Signed-off-by: Allen Martin > > --- > > config.mk

Re: [U-Boot] [PATCH v3 1/9] tools, config.mk: add binutils-version

2012-09-02 Thread Wolfgang Denk
Dear Allen Martin, In message <1345066741-19613-2-git-send-email-amar...@nvidia.com> you wrote: > Modeled after gcc-version, add function to get binutils version. > > Signed-off-by: Allen Martin > --- > config.mk |1 + > tools/binutils-version.sh | 20

[U-Boot] [PATCH v3 1/9] tools, config.mk: add binutils-version

2012-08-15 Thread Allen Martin
Modeled after gcc-version, add function to get binutils version. Signed-off-by: Allen Martin --- config.mk |1 + tools/binutils-version.sh | 20 2 files changed, 21 insertions(+) create mode 100755 tools/binutils-version.sh diff --git a/config.mk b/co