This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Delete powerpcspe
On 12/3/18 1:50 PM, Segher Boessenkool wrote:
> This deletes powerpcspe, which was deprecated for GCC 8.
>
> I'm not including the rm -r gcc/config/powerpcspe part in the patch,
> see the diffstat summary for why.
>
> This does not change the testsuite, or libgcc for rs6000 (which still
> is shared code with powerpcspe, so can use some cleanup after this).
>
> Tested building a powerpc-linux_spe target; it now is refused.
>
> Is this okay for trunk?
>
>
> Segher
>
>
> 2018-12-03 Segher Boessenkool <segher@kernel.crashing.org>
>
> * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
> * gcc/config.gcc (Obsolete configurations): Delete powerpc*-*-*spe*.
> (Unsupported targets): Add powerpc*-*-*spe*.
> (powerpc*-*-*spe*): Delete.
> (powerpc-*-eabispe*): Delete.
> (powerpc-*-rtems*spe*): Delete.
> (powerpc*-*-linux*spe*): Delete.
> (powerpc*-*-linux*): Do not handle the linux*spe* targets.
> (powerpc-wrs-vxworks*spe): Delete.
> (with_cpu setting code): Delete powerpc*-*-*spe* handling.
> * gcc/config.host (target powerpc*-*-*spe*): Delete.
> * gcc/doc/invoke.texi (PowerPC SPE Options): Delete.
> (PowerPC SPE Options): Delete.
> * gcc/config/powerpcspe: Delete.
I'm all for it. Let's give Jakub and Richi and chance to chime in though.
Jeff