cpu/mor1kx: Add or1k-linux to gcc_triple.

This commit is contained in:
Florent Kermarrec 2021-10-19 14:42:15 +02:00
parent 4494e98549
commit 4335e305f7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class MOR1KX(CPU):
variants = CPU_VARIANTS
data_width = 32
endianness = "big"
gcc_triple = "or1k-elf"
gcc_triple = ("or1k-elf", "or1k-linux")
clang_triple = "or1k-linux"
linker_output_format = "elf32-or1k"
nop = "l.nop"