From 076a0eb275859b12925368df7cfe7eb5796d8dc3 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 10 Jun 2022 02:00:29 -0500 Subject: [PATCH] Issue #1905 - Part 3j - Rename the ARM64 assembly files to .S. Missed the moz.build file in the last commit. --- xpcom/reflect/xptcall/md/unix/moz.build | 4 ++-- 1 file 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 += [