summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-09 00:53:10 +0000
committermidipix <writeonce@midipix.org>2021-06-09 01:00:18 +0000
commitff8810ef6ac5865f5b81f44f126a184837021782 (patch)
tree3e1fda8f100fe202cbfaf1c633112903e66a41b3 /Makefile.in
parent5d20f661b921f494ac17f784121599ec164c8241 (diff)
downloadntapi-ff8810ef6ac5865f5b81f44f126a184837021782.tar.bz2
ntapi-ff8810ef6ac5865f5b81f44f126a184837021782.tar.xz
build system: cfgtest_{host|native}_section(): properly handle ldflags.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 05015f2..a8c18b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -149,6 +149,12 @@ install-app-extras:
.cflags-native:
@true : $(NATIVE_CFLAGS)
+.ldflags-host:
+ @true : $(LDFLAGS)
+
+.ldflags-native:
+ @true : $(NATIVE_LDFLAGS)
+
include ./ccenv/host.mk
include ./ccenv/native.mk