Add LLVM target and cputype matching for loongarch64
This commit is contained in:
parent
f465bc7874
commit
10f7ba562a
@ -304,6 +304,7 @@ def default_build_triple(verbose):
|
||||
'i486': 'i686',
|
||||
'i686': 'i686',
|
||||
'i786': 'i686',
|
||||
'loongarch64': 'loongarch64',
|
||||
'm68k': 'm68k',
|
||||
'powerpc': 'powerpc',
|
||||
'powerpc64': 'powerpc64',
|
||||
|
Loading…
Reference in New Issue
Block a user