From: Ulrich Weigand Date: Tue, 2 Apr 2019 14:08:06 +0000 (+0000) Subject: Obsolete Cell Broadband Engine SPU target support X-Git-Tag: basepoints/gcc-10~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43f47cdf13b6c1c7c648d0d04aa0404a7e899528;p=thirdparty%2Fgcc.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 c7a6203e8dea..4cdb8029514f 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 0a8830a0d57f..ebbab5d8b6af 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