projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6655815
)
Fix hard-coded cross-arch utility name in the BUILD build system module.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 24 Jun 2012 13:32:39 +0000
(13:32 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 24 Jun 2012 13:32:39 +0000
(13:32 +0000)
LUFA/Build/lufa.build.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.build.in
b/LUFA/Build/lufa.build.in
index
1fccbbf
..
4719d7b
100644
(file)
--- 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)\"