[patch] Clean up with-cpu clauses in config.gcc

Daniel Jacobowitz drow@mvista.com
Wed Sep 24 04:26:00 GMT 2003


On Tue, Sep 23, 2003 at 10:57:44PM -0400, Nathanael Nerode wrote:
> The following points needed to be fixed:
> 1.  Since separation of config.host and config.build, all of this has
> been indented at least one tab too far.
> 2.  The old indentation style is painful to read anyway, and did not match
> the majority of the shell scripts in GCC.
> 3.  Use of the "x$foo" model in case statements is unnecessary.
> 4.  There was a completely redundant case statement (selecting on $target)
> underneath the target=alpha-*-* clause in the main case statement.  If this
> was meant to select on $target_alias or some such, do tell.  :-)

No, that looks right.  I pulled it out of somewhere larger, where the
extra case was useful.  Patch looks right to me.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gcc-patches mailing list