mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
MoonchildProductions/UXP#2897: backport upstream xptcinvoke and xptcstubs for Loongarch64
This commit is contained in:
parent
d7963fcc9e
commit
94217bc365
5 changed files with 431 additions and 0 deletions
|
|
@ -114,6 +114,13 @@ if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
|
|||
'xptcstubs_aarch64.cpp',
|
||||
'xptcstubs_asm_aarch64.S',
|
||||
]
|
||||
if CONFIG['CPU_ARCH'].startswith('loongarch64'):
|
||||
SOURCES += [
|
||||
'xptcinvoke_asm_loongarch64.S',
|
||||
'xptcinvoke_loongarch64.cpp',
|
||||
'xptcstubs_asm_loongarch64.S',
|
||||
'xptcstubs_loongarch64.cpp',
|
||||
]
|
||||
if CONFIG['OS_TEST'] == 'm68k':
|
||||
SOURCES += [
|
||||
'xptcinvoke_linux_m68k.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue