mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1738 from trabucayre/fix_toolchain
litex_setup: fix software build when liteeth or/and litesata is set (riscv toolchain issue)
This commit is contained in:
commit
b8dc1b7757
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")
|
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 a new issue