unused option
This commit is contained in:
parent
2e9044a68c
commit
1379eca32d
|
@ -6,7 +6,6 @@ CC = riscv32-unknown-elf-gcc
|
|||
|
||||
# compiling flags here
|
||||
CFLAGS = -Wall -I. -O0 -static -march=rv32imac -mabi=ilp32 --specs=nosys.specs
|
||||
# CFLAGS = -Wall -I. -O0 -static -march=rv32imac -mabi=ilp32 --specs=nano.specs
|
||||
|
||||
LINKER = riscv32-unknown-elf-gcc
|
||||
# linking flags here
|
||||
|
|
Loading…
Reference in New Issue