summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-06-10 02:00:29 -0500
committerBrian Smith <brian@dbsoft.org>2022-06-10 02:00:29 -0500
commit79c3747465e3df48f6b5b755c9221dcedba7bd59 (patch)
tree000dceba592ccc4d2b01db1f7b551c0c4c23e629
parent90307d85528a05c1291c03f152e760457760a3cb (diff)
downloaduxp-79c3747465e3df48f6b5b755c9221dcedba7bd59.tar.gz
Issue #1905 - Part 3j - Rename the ARM64 assembly files to .S.
Missed the moz.build file in the last commit.
-rw-r--r--xpcom/reflect/xptcall/md/unix/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/unix/moz.build
index 80c1c23045..7ab7e73654 100644
--- a/xpcom/reflect/xptcall/md/unix/moz.build
+++ b/xpcom/reflect/xptcall/md/unix/moz.build
@@ -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 += [