From: Ulrich Weigand Date: Tue, 2 Apr 2019 14:08:06 +0000 (+0000) Subject: Obsolete Cell Broadband Engine SPU target support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43f47cdf13b6c1c7c648d0d04aa0404a7e899528;p=gcc.git Obsolete Cell Broadband Engine SPU target support gcc/ChangeLog: 2019-04-02 Ulrich Weigand * config.gcc: Mark spu* targets as deprecated/obsolete. From-SVN: r270092 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7a6203e8de..4cdb8029514 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-04-02 Ulrich Weigand + + * config.gcc: Mark spu* targets as deprecated/obsolete. + 2019-04-02 Andreas Krebbel * config/s390/s390-builtin-types.def: New builtin function type diff --git a/gcc/config.gcc b/gcc/config.gcc index 0a8830a0d57..ebbab5d8b6a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -248,6 +248,7 @@ md_file= # Obsolete configurations. case ${target} in *-*-solaris2.10* \ + | spu*-*-* \ | tile*-*-* \ ) if test "x$enable_obsolete" != xyes; then