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 7317f02 commit 76b1feb
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,15 +38,15 @@ else # CROSS_COMPILE was set
ifeq ($(processor),$(filter $(processor),i386 x86_64))
ARCH_CFLAGS = -maes -mpclmul -mssse3 -msse4.2
else
ARCH_CFLAGS = -march=$(processor)gcv_zba
ARCH_CFLAGS = -march=$(processor)gcv
endif

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

0 comments on commit 76b1feb

Please sign in to comment.