summaryrefslogtreecommitdiff
path: root/config/toolchain.mk
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-23 17:23:32 -0800
committerPixel <pixel@nobis-crew.org>2011-01-23 17:23:32 -0800
commit47fb4c8b8803c5147e8f6c87d2206dadefc44b17 (patch)
treed93a0192db884f45d3ca25eedf4c3598a4fe53dd /config/toolchain.mk
parentadf4971757ed7dfbfe3d940321448e50db9bdb0a (diff)
Shuffling a few files around, and adding assembly file support.
Diffstat (limited to 'config/toolchain.mk')
-rw-r--r--config/toolchain.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/toolchain.mk b/config/toolchain.mk
index aeaee87..cd429c9 100644
--- a/config/toolchain.mk
+++ b/config/toolchain.mk
@@ -11,4 +11,5 @@ TARGET_CXX = $(TOOLCHAIN)-g++
TARGET_LD = $(TOOLCHAIN)-gcc
TARGET_RANLIB = $(TOOLCHAIN)-ranlib
TARGET_AR = $(TOOLCHAIN)-ar
+TARGET_AS = $(TOOLCHAIN)-gcc
TARGET_OBJCOPY = $(TOOLCHAIN)-objcopy