]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Set LDFLAGS to configure setting in gnattools
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 10 May 2026 09:39:54 +0000 (11:39 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 10 May 2026 10:53:49 +0000 (12:53 +0200)
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@.

gnattools/Makefile.in

index 98f1f75bdccaaeccd2cc1710a767cd74f2fdece3..def5c7ce96b9937a6acf338d3f1a47ce8c037f77 100644 (file)
@@ -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.