mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #3049 - backport libffi loongarch support
This commit is contained in:
parent
ee2f40b5f0
commit
2415b3eaaf
5 changed files with 1015 additions and 2 deletions
2
config/external/ffi/moz.build
vendored
2
config/external/ffi/moz.build
vendored
|
|
@ -101,6 +101,8 @@ else:
|
|||
ASFLAGS += ['-no-integrated-as']
|
||||
elif CONFIG['FFI_TARGET'] == 'AARCH64':
|
||||
ffi_srcs = ('sysv.S', 'ffi.c')
|
||||
elif CONFIG['FFI_TARGET'] == 'LOONGARCH64':
|
||||
ffi_srcs = ('ffi.c', 'sysv.S')
|
||||
elif CONFIG['FFI_TARGET'] == 'X86':
|
||||
ffi_srcs = ('ffi.c', 'sysv.S', 'win32.S')
|
||||
elif CONFIG['FFI_TARGET'] == 'X86_64':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue