mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_setup: fix software build when liteeth or/and litesata is set (riscv toolchain issue)
This commit is contained in:
parent
ff67781f11
commit
1a74854e55
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ def riscv_gcc_install():
|
|||
os.system("pacman -S riscv64-linux-gnu-gcc")
|
||||
# Ubuntu.
|
||||
else:
|
||||
os.system("apt install gcc-riscv64-linux-gnu")
|
||||
os.system("apt install gcc-riscv64-unknown-elf")
|
||||
|
||||
# Mac OS.
|
||||
# -------
|
||||
|
|
Loading…
Reference in a new issue