cpu/mor1kx: Add or1k-linux to gcc_triple.
This commit is contained in:
parent
4494e98549
commit
4335e305f7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue