This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Deprecate ia64*-*-*


ia64 has no maintainer anymore so the following deprecates it
with the goal of eliminating the port for GCC 11 if no maintainer
steps up.

OK?

Thanks,
Richard.

2019-06-13  Richard Biener  <rguenther@suse.de>

	* config.gcc: Mark ia64*-*-* targets as deprecated/obsolete.

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	(revision 272239)
+++ gcc/config.gcc	(working copy)
@@ -249,6 +249,7 @@ md_file=
 case ${target} in
   spu*-*-*				\
   | tile*-*-*				\
+  | ia64*-*-*				\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]