This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Split config.build out from config.gcc
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: neroden at twcny dot rr dot com (Nathanael Nerode)
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 29 Aug 2003 18:44:46 -0700
- Subject: Re: [patch] Split config.build out from config.gcc
- References: <20030829220750.GA14426@twcny.rr.com>
I would like to make an observation unrelated to the main purpose of
your patch:
> + i860-*-sysv4*)
> + build_xm_defines="USG SVR3"
> + ;;
No code anywhere in GCC checks either of these #defines; you can
safely remove this stanza entirely (and the analogous logic in
config.gcc).
People resurrecting old dead targets are implored to be more careful
about things like that.
zw