Bug 958234: Rename xptc{invoke,stubs}_asm_ppc_openbsd.s to .S to fix build on OpenBSD/powerpc after bug 932178 r=froydnj

--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.S
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.S
This commit is contained in:
Landry Breuil 2014-01-10 19:08:57 +01:00
parent 4502a19cf7
commit ae1e2672c8
3 changed files with 2 additions and 2 deletions

View File

@ -226,9 +226,9 @@ if CONFIG['OS_TEST'] in ('macppc', 'bebox', 'ofppc', 'prep', 'amigappc'):
if CONFIG['OS_ARCH'] == 'OpenBSD' and CONFIG['OS_TEST'] == 'powerpc':
SOURCES += [
'xptcinvoke_asm_ppc_openbsd.s',
'xptcinvoke_asm_ppc_openbsd.S',
'xptcinvoke_ppc_openbsd.cpp',
'xptcstubs_asm_ppc_openbsd.s',
'xptcstubs_asm_ppc_openbsd.S',
'xptcstubs_ppc_openbsd.cpp',
]