Adds extension M instructions: not tested
This commit is contained in:
2
Makefile
2
Makefile
@@ -50,7 +50,7 @@ OBJCOPY := $(PREFIX)objcopy
|
||||
OBTOMEM := common/objtomem.awk
|
||||
|
||||
## Flags
|
||||
ASFLAGS :=-march=rv64i -mabi=lp64 -ffreestanding -nostdlib -T $(BENCH_DIR)/link.ld
|
||||
ASFLAGS :=-march=rv64im -mabi=lp64 -ffreestanding -nostdlib -T $(BENCH_DIR)/link.ld
|
||||
CFLAGS :=$(ASFLAGS)
|
||||
ELFFLAGS :=$(ASFLAGS) $(MEM_DIR)/crt.o -Os -fno-unroll-loops
|
||||
ODFLAGS :=-j .text -j .rodata -j .data -s
|
||||
|
||||
Reference in New Issue
Block a user