mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
build: Nuke the ASMFLAGS workaround for gcc 3.4.x
Change-Id: I0f21e9539d39afd54916fa8d84ce798eef474a2c
This commit is contained in:
parent
2c984f3714
commit
2e9b93dc5d
5 changed files with 8 additions and 9 deletions
|
@ -11,7 +11,7 @@ $(OBJDIR)/%.o: %.c
|
|||
|
||||
$(OBJDIR)/%.o: %.S
|
||||
$(SILENT)mkdir -p $(dir $@)
|
||||
$(call PRINTS,CC $<)$(CC) $(CFLAGS) $(ASMFLAGS) -c $< -o $@
|
||||
$(call PRINTS,CC $<)$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
# The echo stuff last in the dep update shell magic is to prevent any compiler
|
||||
# errors/warnings to cause an error code to get returned and thus stop the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue