From 881fb2091cf0609f7a6e3454a3b6f23062943b7e Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 10 Jul 2020 04:44:49 +0200 Subject: [PATCH] cris: Remove config/cris/t-cris gt-cris.h cargo Getting tired of: make[1]: Entering directory 'x/gccobj/gcc' Makefile:2682: warning: overriding recipe for target 'gt-cris.h' xx/gcc/gcc/config/cris/t-cris:29: warning: ignoring old recipe for target 'gt-cris.h' I'm just going to assume it is just stale cruft no longer (if ever) needed since nothing else but sh/t-sh has it, and the commit log shows just (x prepended to avoid commit-log parsing confusion): x Merge from pch-branch up to tag pch-commit-20020603. x x From-SVN: r54232 Building "works better"; the related warning is gone. This effectively empties the t-cris file, but stuff will be added soon enough that it's kept around. gcc: * config/cris/t-cris: Remove gt-cris.h-related excessive cargo. --- gcc/config/cris/t-cris | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/cris/t-cris b/gcc/config/cris/t-cris index af5535b..97d6efa 100644 --- a/gcc/config/cris/t-cris +++ b/gcc/config/cris/t-cris @@ -24,6 +24,3 @@ # The makefile macros etc. are included in the order found in the # section "Target Fragment" in the gcc info-files (or the paper copy) of # "Using and Porting GCC" - -$(out_object_file): gt-cris.h -gt-cris.h : s-gtype ; @true -- 2.7.4