https://gcc.gnu.org/g:c1c14e50432bf584f9f5c99b69d84e82e3c9b596
commit r17-430-gc1c14e50432bf584f9f5c99b69d84e82e3c9b596 Author: Eric Botcazou <[email protected]> Date: Sun May 10 11:39:54 2026 +0200 Ada: Set LDFLAGS to configure setting in gnattools This just aligns gnattools with both c++tools and gotools. gnattools/ PR ada/125232 * Makefile.in (ADA_FOR_BUILD): Delete. (ADA_FOR_TARGET): Likewise. (LDFLAGS): Set to @LDFLAGS@. Diff: --- gnattools/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in index 98f1f75bdcca..def5c7ce96b9 100644 --- a/gnattools/Makefile.in +++ b/gnattools/Makefile.in @@ -40,9 +40,7 @@ GNATBIND=@GNATBIND@ exeext = @EXEEXT@ objext=.o TRACE=no -ADA_FOR_BUILD= -ADA_FOR_TARGET= -LDFLAGS= +LDFLAGS= @LDFLAGS@ PWD_COMMAND = $${PWDCMD-pwd} # The tedious process of getting CFLAGS right.
