diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-24 13:32:39 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-24 13:32:39 +0000 |
| commit | d4f725b0c1e2d030d8277c2f6171e9640f7bd7fb (patch) | |
| tree | 1eaef73a3db6dd48531fca208fac6acbe16a04a4 /LUFA/Build | |
| parent | dd7301b14c203c13b4ed614656bf81afa0b8e97d (diff) | |
Fix hard-coded cross-arch utility name in the BUILD build system module.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2370 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Build')
| -rw-r--r-- | LUFA/Build/lufa.build.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in index 1fccbbf8..4719d7b7 100644 --- a/LUFA/Build/lufa.build.in +++ b/LUFA/Build/lufa.build.in @@ -209,7 +209,7 @@ size: $(TARGET).elf symbol-sizes: $(TARGET).elf @echo $(MSG_NM_CMD) Extracting \"$<\" symbols with decimal byte sizes - avr-nm --size-sort --demangle --radix=d $< + $(CROSS)-nm --size-sort --demangle --radix=d $< clean: @echo $(MSG_REMOVE_CMD) Removing object files of \"$(TARGET)\" |
