https://gcc.gnu.org/g:f89a68a20e37fbb7c3e2dd6a9b3450294487a550
commit r15-1325-gf89a68a20e37fbb7c3e2dd6a9b3450294487a550 Author: Eric Botcazou <ebotca...@adacore.com> Date: Tue May 7 11:27:57 2024 +0200 ada: Do not include target-specific makefile fragments They are unused in this context. gcc/ada/ * gcc-interface/Makefile.in (tmake_file): Remove all references. Diff: --- gcc/ada/gcc-interface/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 0666fc00bb83..29db89c6f52c 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -148,7 +148,6 @@ host_vendor=@host_vendor@ host_os=@host_os@ target_cpu_default = @target_cpu_default@ xmake_file = @xmake_file@ -tmake_file = @tmake_file@ #version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c` #mainversion=`sed -e 's/.*\"\([0-9]*\.[0-9]*\).*/\1/' < $(srcdir)/version.c` @@ -209,11 +208,6 @@ all: all.indirect # This tells GNU Make version 3 not to put all variables in the environment. .NOEXPORT: -# target overrides -ifneq ($(tmake_file),) -include $(tmake_file) -endif - # host overrides ifneq ($(xmake_file),) include $(xmake_file)