summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-18 23:14:33 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-18 23:14:33 +0200
commitf61a1ce48a1425feb9e0474c27e96ad93850db3b (patch)
tree2a596c9331be747359a5f38b36ccd056de4a91ce
parent3efb3bd6fb0eb448044f96115f08bd73b87a18db (diff)
downloadembtoolkit-f61a1ce48a1425feb9e0474c27e96ad93850db3b.tar.gz
embtoolkit-f61a1ce48a1425feb9e0474c27e96ad93850db3b.tar.bz2
embtoolkit-f61a1ce48a1425feb9e0474c27e96ad93850db3b.tar.xz
Tolchain vars: add TARGETAS
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-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