Skip to content

Commit 176c604

Browse files
gmerlinosbeamer
authored andcommitted
Fix for riscv-pk.rb
Addressing #99 Signed-off-by: Giovanni Merlino <[email protected]>
1 parent 4118a5a commit 176c604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

riscv-pk.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ def install
2020

2121
mkdir "build"
2222
cd "build" do
23-
system "../configure", "--prefix=#{prefix}", "--host=riscv64-unknown-elf"
23+
system "../configure", "--prefix=#{prefix}", "--host=riscv64-unknown-elf", \
24+
"--with-arch=rv64imafdc_zifencei"
2425
# Requires gnu-sed's behavior to build, and don't want to change -Wno-unused
2526
inreplace "Makefile", " sed", " gsed"
2627
system "make", "install"

0 commit comments

Comments
 (0)