Skip to content

Commit

Permalink
[OSX] use homebrew bottle for riscv_gcc.dl_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp v. K committed Mar 3, 2023
1 parent 5a74d77 commit 159ee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/osx.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,6 @@ vars:
llvm.distribution: "x86_64-apple-darwin" # TODO: automatically figure this out during setup, let user specify url instead?
# spike.exe: "/usr/local/Cellar/riscv-isa-sim/main/bin/spike"
# spike.pk: "/usr/local/Cellar/riscv-pk/main/riscv32-unknown-elf/bin/pk"
riscv_gcc.dl_url: "https://syncandshare.lrz.de/dl/fi6cG9jUGFkRY78ztqQzZRXh/rv32gc_osx.tar.xz"
riscv_gcc.dl_url: "http://riscv.org.s3.amazonaws.com/bottles/riscv-gnu-toolchain-master.big_sur.bottle.4.tar.gz"
# riscv_gcc.install_dir: "/usr/local/Cellar/riscv-gnu-toolchain/main/"
# riscv_gcc.name: "riscv32-unknown-elf"

0 comments on commit 159ee24

Please sign in to comment.