Skip to content

Commit 10f7ba5

Browse files
zhaixiaojuanheiher
authored andcommitted
Add LLVM target and cputype matching for loongarch64
1 parent f465bc7 commit 10f7ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/bootstrap.py

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def default_build_triple(verbose):
304304
'i486': 'i686',
305305
'i686': 'i686',
306306
'i786': 'i686',
307+
'loongarch64': 'loongarch64',
307308
'm68k': 'm68k',
308309
'powerpc': 'powerpc',
309310
'powerpc64': 'powerpc64',

0 commit comments

Comments
 (0)