summaryrefslogtreecommitdiff
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:22 +0000
commit90a5a80f0ce5cd24298ecf1f15c56dfd5977846e (patch)
treee25c3dc7f80b7fe585af1003796aa16484ce7806 /Makefile.in
parent485f08bc23d8acf8ca5f46adad75d59c254ecb72 (diff)
downloadsbmake-90a5a80f0ce5cd24298ecf1f15c56dfd5977846e.tar.bz2
sbmake-90a5a80f0ce5cd24298ecf1f15c56dfd5977846e.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