From 81d9df12eea687ea04efe02935ae0909850ae3af Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 6 Jan 2020 08:36:11 +0000 Subject: build system: ccenv_common_init(): fully expand all cflags. --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 56b482c..7c9b134 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,6 +93,12 @@ DISABLE_STATIC = @disable_static@ USE_CUSTOM_CFGDEFS = @use_custom_cfgdefs@ USE_CUSTOM_USRDEFS = @use_custom_usrdefs@ +.cflags-host: + @printf '%s' "$(CFLAGS)" + +.cflags-native: + @printf '%s' "$(NATIVE_CFLAGS)" + .SUFFIXES: all: -- cgit v1.2.3