Fix hard-coded cross-arch utility name in the BUILD build system module.

This commit is contained in:
Dean Camera 2012-06-24 13:32:39 +00:00
parent 6655815b32
commit 8b985b44b5
1 changed files with 1 additions and 1 deletions

View File

@ -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)\"