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: [patch] Split config.build out from config.gcc


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


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