From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Thu, 08 Jan 2015 11:18:08 +0100 Subject: [U-Boot] [PATCH v3] scripts: fix binutils-version.sh for 'as' without a package. In-Reply-To: <1420644855-19226-1-git-send-email-bpringlemeir@nbsps.com> References: <20150107210129.B9C2.AA925319@jp.panasonic.com> <1420644855-19226-1-git-send-email-bpringlemeir@nbsps.com> Message-ID: <54AE5960.7000208@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07-01-15 16:34, Bill Pringlemeir wrote: > Commit 73c25753 fixed the common issue that binutil packages (tool/organization > that packaged or built the bin-utils) are included in brackets and this may > falsely be recognized as a version. However, some tools do not provide a > 'package' and previously we add the 'Gnu assembler..' to the version. > > Strip out the '(package version text)' and then look for a ##.## string. > > Signed-off-by: Bill Pringlemeir Thanks, this fixes the errors I was seeing: Tested-by: Hans de Goede Regards, Hans