Skip to content

Commit

Permalink
Fix for riscv-pk.rb
Browse files Browse the repository at this point in the history
Addressing #99

Signed-off-by: Giovanni Merlino <giovanni.merlino@unime.it>
  • Loading branch information
gmerlino authored and sbeamer committed Jun 6, 2023
1 parent 4118a5a commit 176c604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion riscv-pk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def install

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

0 comments on commit 176c604

Please sign in to comment.