summaryrefslogtreecommitdiffstats
path: root/make/custom/Linux-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/Linux-posix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index 106ac47d8f..50c9b509a6 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -72,7 +72,7 @@ define make-target-options
endef
define make-exe
- $(CC) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
+ $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(SIZE) $@
endef