As discussed in <https://gcc.gnu.org/ml/gcc/2017-02/msg00041.html>.
Is this okay for trunk? Segher 2017-02-14 Segher Boessenkool <seg...@kernel.crashing.org> * config.gcc (Obsolete configurations): Add powerpc*-*-*spe* . --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index ddfa4dc..c7d3899 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -236,7 +236,7 @@ md_file= # Obsolete configurations. case ${target} in - nothing \ + powerpc*-*-*spe* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 -- 1.9.3