Skip to content

Commit

Permalink
Makefile: fixup for Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefahr committed Oct 10, 2017
1 parent 2c8cdcf commit 1a71789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/m3/prc_v17/software/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $(DIRS):
%.elf: SOBJ=$(patsubst %.s,%.o,$(wildcard $(dir $@)*.s))
%.elf: $(LIBS) $$(COBJ) $$(SOBJ)
$(CC) $(CFLAGS) $(CLDFLAGS) -Tlibs/memmap \
-Wl,--start-group $^ $(GCCLIB) -Wl,--end-group -o $@
-Wl,--start-group $^ "$(GCCLIB)" -Wl,--end-group -o $@
$(OBJDUMP) -Sd $@ > $*.asm

.PRECIOUS: %.elf %.o
Expand Down

0 comments on commit 1a71789

Please sign in to comment.