unused option

This commit is contained in:
Màrius Montón 2019-09-24 11:19:19 +02:00
parent 2e9044a68c
commit 1379eca32d
1 changed files with 0 additions and 1 deletions

View File

@ -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