From a49f524e6e53ee7a22090a281d4e85bb768610d0 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 9 Jun 2021 00:53:10 +0000 Subject: build system: cfgtest_{host|native}_section(): properly handle ldflags. --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3