public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add cr16-*-* to the list of obsoleted targets
@ 2021-09-13  9:24 Richard Biener
  2021-09-13  9:55 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Biener @ 2021-09-13  9:24 UTC (permalink / raw)
  To: gcc-patches

This adds cr16-*-* to the list of obsoleted targets in config.gcc

Approved by Jeff in another thread, pushed.  cr16 has no maintainer and
it's still cc0.

2021-09-13  Richard Biener  <rguenther@suse.de>

	* config.gcc: Add cr16-*-* to the list of obsoleted targets.
---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index ccf41f66e42..84de1a3f691 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -249,6 +249,7 @@ md_file=
 # Obsolete configurations.
 case ${target} in
   tile*-*-*				\
+ | cr16-*-*				\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2
-- 
2.31.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-13 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  9:24 [PATCH] Add cr16-*-* to the list of obsoleted targets Richard Biener
2021-09-13  9:55 ` Jan-Benedict Glaw
2021-09-13  9:58   ` Richard Biener
2021-09-13 10:21     ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).