This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Remove some unused checks from configure.
- From: Andrew Haley <aph at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Sat, 24 Mar 2007 11:09:56 +0000
- Subject: Re: [Patch] Remove some unused checks from configure.
- References: <4604CD29.4060003@avtrex.com>
David Daney writes:
> Inspired by Tom Tromey's recent post to gcc@, I did a little grepping
> and found some unused configure checks. Removing these significantly
> reduces GCC bootstrap times (usually be a second or more) :-).
>
> Tested on x86_64-pc-linux-gnu with no regressions.
>
> OK to commit?
Please don't post generated files in patches -- that's like posting
object files. Just post the sources.
Thanks,
Andrew.