]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Do not include target-specific makefile fragments
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 7 May 2024 09:27:57 +0000 (11:27 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Fri, 14 Jun 2024 07:34:51 +0000 (09:34 +0200)
They are unused in this context.

gcc/ada/

* gcc-interface/Makefile.in (tmake_file): Remove all references.

gcc/ada/gcc-interface/Makefile.in

index 0666fc00bb83bf501ca10956d23f917284928cf4..29db89c6f52c689b986b8d71aa21551568292ac3 100644 (file)
@@ -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)