Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Aug 25, 2024
1 parent f5e6d37 commit 701af83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ else # CROSS_COMPILE was set
ifeq ($(processor),$(filter $(processor),i386 x86_64))
ARCH_CFLAGS = -maes -mpclmul -mssse3 -msse4.2
else
ARCH_CFLAGS = -I/usr/riscv64-linux-gnu/include/stdlib.h -march=$(processor)gcv
ARCH_CFLAGS = -march=$(processor)gcv
endif

ifeq ($(SIMULATOR_TYPE), qemu)
SIMULATOR += qemu-system-riscv64
SIMULATOR_FLAGS = -cpu $(processor),v=true,zba=true,vlen=128
SIMULATOR_FLAGS = -cpu $(processor),v=true,vlen=128
else
SIMULATOR = spike
SIMULATOR_FLAGS = --isa=$(processor)gcv
Expand Down

0 comments on commit 701af83

Please sign in to comment.