diff options
author | Brian Smith <brian@dbsoft.org> | 2022-06-10 02:00:29 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2022-06-10 02:00:29 -0500 |
commit | 79c3747465e3df48f6b5b755c9221dcedba7bd59 (patch) | |
tree | 000dceba592ccc4d2b01db1f7b551c0c4c23e629 /xpcom | |
parent | 90307d85528a05c1291c03f152e760457760a3cb (diff) | |
download | uxp-79c3747465e3df48f6b5b755c9221dcedba7bd59.tar.gz |
Issue #1905 - Part 3j - Rename the ARM64 assembly files to .S.
Missed the moz.build file in the last commit.
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/reflect/xptcall/md/unix/moz.build | 4 |
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 += [ |