From: Eric Botcazou Date: Tue, 7 May 2024 09:27:57 +0000 (+0200) Subject: ada: Do not include target-specific makefile fragments X-Git-Tag: basepoints/gcc-16~8228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f89a68a20e37fbb7c3e2dd6a9b3450294487a550;p=thirdparty%2Fgcc.git 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 --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 0666fc00bb8..29db89c6f52 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)