This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [SH][committed] Remove SH5 support in compiler
- From: Oleg Endo <oleg dot endo at t-online dot de>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 30 Apr 2016 20:02:43 +0900
- Subject: Re: [SH][committed] Remove SH5 support in compiler
- Authentication-results: sourceware.org; auth=none
- References: <1461806825 dot 31604 dot 5 dot camel at t-online dot de> <1461926715 dot 31604 dot 28 dot camel at t-online dot de> <1461939066 dot 31604 dot 38 dot camel at t-online dot de> <1461981489 dot 31604 dot 46 dot camel at t-online dot de> <1461995068 dot 31604 dot 54 dot camel at t-online dot de> <1462008142 dot 31604 dot 59 dot camel at t-online dot de> <alpine dot DEB dot 2 dot 20 dot 1604300936120 dot 12556 at digraph dot polyomino dot org dot uk>
Joseph,
Thanks for keeping an eye on that.
On Sat, 2016-04-30 at 09:39 +0000, Joseph Myers wrote:
> On Sat, 30 Apr 2016, Oleg Endo wrote:
>
> > * config.guess: Remove SH5 support.
> > * config.sub: Likewise.
>
> Please revert. These files must come verbatim from config.git with
> no local changes. If you persuade config-patches that SH5 support
> should be removed there then you can import new, unmodified upstream
> files.
Done (r235677). I've sent the patch to config-patches.
>
> > * configure: Likewise.
>
> For all the configure scripts listed, regeneration rather than manual
> editing is appropriate. Please make sure the changes you committed
> are identical to those from a proper regeneration with the right
> autoconf version.
Did that. Looks there are no changes after regeneration.
Cheers,
Oleg