mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 18:46:53 -07:00
restore CPPFLAGS
This commit is contained in:
parent
a9c5f815ba
commit
5413047464
|
@ -39,7 +39,7 @@ LDFLAGS = -melf32lriscv_ilp32
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
%.s: %.c
|
%.s: %.c
|
||||||
$(CC) $(CFLAGS) -S $^ -o $@
|
$(CC) $(CPPFLAGS) $(CFLAGS) -S $^ -o $@
|
||||||
|
|
||||||
%.elf: %.ld $(OBJ)
|
%.elf: %.ld $(OBJ)
|
||||||
$(LD) $(LDFLAGS) -T $^ -o $@
|
$(LD) $(LDFLAGS) -T $^ -o $@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user