summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/toolchain/vars.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/toolchain/vars.mk b/core/toolchain/vars.mk
index 9d10654..f85d994 100644
--- a/core/toolchain/vars.mk
+++ b/core/toolchain/vars.mk
@@ -66,6 +66,7 @@ endif
#
# Some binutils components.
#
+TARGETAS := $(embtk_tools)/bin/$(STRICT_GNU_TARGET)-as
TARGETAR := $(embtk_tools)/bin/$(STRICT_GNU_TARGET)-ar
TARGETRANLIB := $(embtk_tools)/bin/$(STRICT_GNU_TARGET)-ranlib
TARGETLD := $(embtk_tools)/bin/$(STRICT_GNU_TARGET)-ld