cores/cpu/mor1kx: Fix gcc_triple (Was duplicated).
This commit is contained in:
parent
cb9f0fb1b0
commit
07b856d01e
|
@ -47,11 +47,6 @@ class MOR1KX(CPU):
|
|||
"csr" : 0xe0000000,
|
||||
}
|
||||
|
||||
# GCC Triple.
|
||||
@property
|
||||
def gcc_triple(self):
|
||||
return "or1k-elf"
|
||||
|
||||
# GCC Flags.
|
||||
@property
|
||||
def gcc_flags(self):
|
||||
|
|
Loading…
Reference in New Issue