riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
314 stars 49 forks source link

Specifying the architecture and the ABI #77

Closed sahooora closed 2 years ago

sahooora commented 2 years ago

Hi,

I want to install riscv toolchain for the rv32i architecture and ilp32 ABI. how can I configure the installation with homebrew?

Thanks

sbeamer commented 2 years ago

By default, homebrew will install multilib which includes multiple common ISA and ABI combinations. It does include rv32i/ilp32. Please see #74