This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 'offsetable %lo' test typo in gcc/configure
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Anthony Heading <aheading at jpmorgan dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 13 Jul 2004 03:00:03 -0400
- Subject: Re: 'offsetable %lo' test typo in gcc/configure
- References: <20040712233444.GA27876@tkd-fires-02.ja.jpmorgan.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jul 13, 2004 at 08:34:44AM +0900, Anthony Heading wrote:
> I noticed the following oddity when configuring gcc 3.4.1 for Solaris:
>
> checking assembler for offsetable %lo()... /tmp/gcc-3.4.1/gcc/configure:
> %gcc_cv_objdump: not found
> no
>
> I suspect this is a typo in gcc/configure - maybe it should read
> as per the following patch?
Thanks. You should patch configure.ac and recreate configure afterwards
instead though (otherwise the first time somebody touches configure.ac the
changes will be lost) and a ChangeLog was missing.
I've fixed this and committed to gcc-3_4-branch and HEAD.
Jakub