From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10717 invoked by alias); 21 Jan 2008 21:46:44 -0000 Received: (qmail 10581 invoked by alias); 21 Jan 2008 21:46:02 -0000 Date: Mon, 21 Jan 2008 21:59:00 -0000 Message-ID: <20080121214602.10580.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/32287] gas version style changed causes warnings with configure In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "drow at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg02431.txt.bz2 ------- Comment #11 from drow at gcc dot gnu dot org 2008-01-21 21:46 ------- Subject: Re: gas version style changed causes warnings with configure On Mon, Jan 21, 2008 at 09:43:09PM -0000, hjl dot tools at gmail dot com wrote: > The second line isn't needed. I checked the following versions: > > ./check "GNU ld version 2.17.50.0.6-5.fc6 20061020" > ./check "GNU ld version 2.17.50.0.12-4 20070128" > ./check "GNU ld version 2.15.92.0.2 20040927" > ./check "GNU ld (GNU Binutils) 2.18.50.20070913" > ./check "GNU ld (Linux/GNU Binutils) 2.18.50.0.1.20070906" > ./check "GNU ld (GNU Binutils) 2.17.50.20070726-12 (SUSE Linux)" > ./check "GNU assembler (GNU Binutils for Debian) 2.17.50.20070426" > > and they work fine. Do you have more to add? It will fail on any line that contains xx.yy after the binutils version. Didn't that used to happen? If not we can remove basically the entire test. Once the first pattern matches the rest is mostly irrelevant. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32287