Obsolete Cell Broadband Engine SPU target support
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 2 Apr 2019 14:08:06 +0000 (14:08 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 2 Apr 2019 14:08:06 +0000 (14:08 +0000)
gcc/ChangeLog:
2019-04-02  Ulrich Weigand  <uweigand@de.ibm.com>

        * config.gcc: Mark spu* targets as deprecated/obsolete.

From-SVN: r270092

gcc/ChangeLog
gcc/config.gcc

index c7a6203..4cdb802 100644 (file)
@@ -1,3 +1,7 @@
+2019-04-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config.gcc: Mark spu* targets as deprecated/obsolete.
+
 2019-04-02  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        * config/s390/s390-builtin-types.def: New builtin function type
index 0a8830a..ebbab5d 100644 (file)
@@ -248,6 +248,7 @@ md_file=
 # Obsolete configurations.
 case ${target} in
   *-*-solaris2.10*                     \
+  | spu*-*-*                           \
   | tile*-*-*                          \
  )
     if test "x$enable_obsolete" != xyes; then