litex_setup: fix software build when liteeth or/and litesata is set (riscv toolchain issue)
This commit is contained in:
parent
ff67781f11
commit
1a74854e55
|
@ -350,7 +350,7 @@ def riscv_gcc_install():
|
||||||
os.system("pacman -S riscv64-linux-gnu-gcc")
|
os.system("pacman -S riscv64-linux-gnu-gcc")
|
||||||
# Ubuntu.
|
# Ubuntu.
|
||||||
else:
|
else:
|
||||||
os.system("apt install gcc-riscv64-linux-gnu")
|
os.system("apt install gcc-riscv64-unknown-elf")
|
||||||
|
|
||||||
# Mac OS.
|
# Mac OS.
|
||||||
# -------
|
# -------
|
||||||
|
|
Loading…
Reference in New Issue