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:27 +0000
commit10d0d34841c1ed78dec22dbadfe3a2e2cec88838 (patch)
treef2e5f65473256851f51bc6f6c0c932dbecf48a3b /Makefile.in
parent669777b41d824728412e3ebb4ca567a646b527f0 (diff)
downloadu16ports-10d0d34841c1ed78dec22dbadfe3a2e2cec88838.tar.bz2
u16ports-10d0d34841c1ed78dec22dbadfe3a2e2cec88838.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