summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-06 08:36:11 +0000
committermidipix <writeonce@midipix.org>2020-01-06 08:47:59 +0000
commit0ebe29dfe8ee52fe9c671e2c5957e31064e91f11 (patch)
tree7b07626384e925d4d0ac2ad959a93ef655c17d8d /Makefile.in
parent1dab5d358a203d305432b660d5201e8f745a2c92 (diff)
downloadbcparser-0ebe29dfe8ee52fe9c671e2c5957e31064e91f11.tar.bz2
bcparser-0ebe29dfe8ee52fe9c671e2c5957e31064e91f11.tar.xz
build system: ccenv_common_init(): fully expand all cflags.
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 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: