Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
8b985b44
Commit
8b985b44
authored
Jun 24, 2012
by
Dean Camera
Browse files
Fix hard-coded cross-arch utility name in the BUILD build system module.
parent
6655815b
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Build/lufa.build.in
View file @
8b985b44
...
...
@@ -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)\"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment