Issue #1905 - Part 3j - Rename the ARM64 assembly files to .S. Missed the moz.build file in the last commit.

This commit is contained in:
Brian Smith 2022-06-10 02:00:29 -05:00 committed by roytam1
commit 076a0eb275

View file

@ -110,9 +110,9 @@ if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
if CONFIG['OS_TEST'] == 'aarch64':
SOURCES += [
'xptcinvoke_aarch64.cpp',
'xptcinvoke_asm_aarch64.s',
'xptcinvoke_asm_aarch64.S',
'xptcstubs_aarch64.cpp',
'xptcstubs_asm_aarch64.s',
'xptcstubs_asm_aarch64.S',
]
if CONFIG['OS_TEST'] == 'm68k':
SOURCES += [