Skip to content

Commit

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

Signed-off-by: Giovanni Merlino <giovanni.merlino@unime.it>
  • Loading branch information
gmerlino authored Apr 27, 2023
1 parent cc6d4de commit b5bd842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-pk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def install
mkdir "build"
cd "build" do
system "../configure", "--prefix=#{prefix}", "--host=riscv64-unknown-elf", \
+ "--with-arch=rv64imafdc_zifencei"
"--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 b5bd842

Please sign in to comment.