diff options
author | Pixel <pixel@nobis-crew.org> | 2011-01-23 17:23:32 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-01-23 17:23:32 -0800 |
commit | 47fb4c8b8803c5147e8f6c87d2206dadefc44b17 (patch) | |
tree | d93a0192db884f45d3ca25eedf4c3598a4fe53dd /config | |
parent | adf4971757ed7dfbfe3d940321448e50db9bdb0a (diff) |
Shuffling a few files around, and adding assembly file support.
Diffstat (limited to 'config')
-rw-r--r-- | config/toolchain.mk | 1 |
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 |