cores/cpu/mor1kx: Fix gcc_triple (Was duplicated).

This commit is contained in:
Florent Kermarrec 2021-10-26 16:06:10 +02:00
parent cb9f0fb1b0
commit 07b856d01e
1 changed files with 0 additions and 5 deletions

View File

@ -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):