toplevel: Substitute GDCFLAGS instead of using CFLAGS
authorArsen Arsenović <arsen@aarsen.me>
Mon, 7 Aug 2023 11:07:48 +0000 (13:07 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:57:44 +0000 (10:27 +0930)
r14-2875-g1ed21e23d6d4da ("Use substituted GDCFLAGS") already
implemented this change, but only on the generated file rather than in
the template it is generated from.

* Makefile.tpl: Substitute @GDCFLAGS@ instead of using
$(CFLAGS).

Makefile.tpl

index b0fbf9fe01a2f726e4c2eee3e86f3351f7de6f71..36fa20950d4a0dda8d15c9485911c0885656b657 100644 (file)
@@ -448,7 +448,7 @@ LIBCFLAGS = $(CFLAGS)
 CXXFLAGS = @CXXFLAGS@
 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
 GOCFLAGS = $(CFLAGS)
-GDCFLAGS = $(CFLAGS)
+GDCFLAGS = @GDCFLAGS@
 GM2FLAGS = $(CFLAGS)
 
 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@