This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: 'offsetable %lo' test typo in gcc/configure


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


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