This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Prune empty cases from toplevel configure.ac
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, bonzini at gnu dot org, dj at redhat dot com, neroden at gcc dot gnu dot org, aoliva at redhat dot com
- Date: Mon, 21 Mar 2011 22:06:36 +0100
- Subject: Re: Prune empty cases from toplevel configure.ac
- References: <Pine.LNX.4.64.1103211023510.11088@digraph.polyomino.org.uk>
* Joseph S. Myers wrote on Mon, Mar 21, 2011 at 11:41:23AM CET:
> This patch, relative to a tree with my deprecated targets removal patch
> <http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01088.html> applied, further
> cleans up the toplevel configure.ac by removing empty cases from a case
> statement. The original patch still needs review by someone able to
> approve the patch as a whole, but as the only apparent controversy so far
> concerned empty cases I hope this patch can resolve the concerns over that
> bit of the original patch.
This patch is OK, and I retract any further controversy bits of mine
regarding the build parts of above cited patch: you cleared up any
remaining doubts.
Thanks,
Ralf
> 2011-03-21 Joseph Myers <joseph@codesourcery.com>
>
> * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
> i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
> | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
> * configure: Regenerate.