Skip to content
Snippets Groups Projects
Commit 8b985b44 authored by Dean Camera's avatar Dean Camera
Browse files

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

parent 6655815b
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ size: $(TARGET).elf ...@@ -209,7 +209,7 @@ size: $(TARGET).elf
symbol-sizes: $(TARGET).elf symbol-sizes: $(TARGET).elf
@echo $(MSG_NM_CMD) Extracting \"$<\" symbols with decimal byte sizes @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: clean:
@echo $(MSG_REMOVE_CMD) Removing object files of \"$(TARGET)\" @echo $(MSG_REMOVE_CMD) Removing object files of \"$(TARGET)\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment