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 701af83 commit c2ea7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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
ARCH_CFLAGS = --sysroot=/usr/riscv64-unknown-elf -march=$(processor)gcv
endif

ifeq ($(SIMULATOR_TYPE), qemu)
Expand Down

0 comments on commit c2ea7ec

Please sign in to comment.