Skip to content

Commit

Permalink
Use _zicsr instead if +zicsr
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Sep 15, 2024
1 parent e4540af commit b02af28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/_bare.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
IS_MAC = sys.platform.startswith("darwin")
is_gcc_12 = platform.get_package_version("toolchain-riscv").split(".")[1].startswith("12")
if IS_MAC and is_gcc_12:
machine_arch += "+zicsr"
machine_arch += "_zicsr"

env.Append(
ASFLAGS=[
Expand Down

0 comments on commit b02af28

Please sign in to comment.