]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Provide fallback for GNATMAKE_FOR_BUILD Makefile variable
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 30 Jun 2025 16:57:27 +0000 (18:57 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 30 Jun 2025 17:04:10 +0000 (19:04 +0200)
The variable is set only at the top level.

gcc/ada/
PR ada/120106
* Make-generated.in (GNATMAKE_FOR_BUILD): Define.

gcc/ada/Make-generated.in

index 8f70d9d2e02b095da50c6b772bd4d8b78c639fc0..4d42eef3a3008b444b911ce0420f2966ca1eaa80 100644 (file)
@@ -1,3 +1,5 @@
+GNATMAKE_FOR_BUILD = gnatmake
+
 # Dependencies for compiler sources that are generated at build time
 
 fsrcdir := $(shell cd $(srcdir);${PWD_COMMAND})