summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 84d42f1..1d0c4c5 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -31,6 +31,7 @@ TARGETNM := $(TOOLS)/bin/$(STRICT_GNU_TARGET)-nm
TARGETSTRIP := $(TOOLS)/bin/$(STRICT_GNU_TARGET)-strip
TARGETOBJDUMP := $(TOOLS)/bin/$(STRICT_GNU_TARGET)-objdump
TARGETOBJCOPY := $(TOOLS)/bin/$(STRICT_GNU_TARGET)-objcopy
+TARGET_CFLAGS := $(subst ",,$(strip $(CONFIG_EMBTK_TARGET_COMPILER_CFLAGS)))
#ccache on host
include $(EMBTK_ROOT)/mk/ccache.mk