litex_setup: fix software build when liteeth or/and litesata is set (riscv toolchain issue)

This commit is contained in:
Gwenhael Goavec-Merou 2023-07-30 15:37:51 +02:00
parent ff67781f11
commit 1a74854e55
1 changed files with 1 additions and 1 deletions

View File

@ -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.
# -------