author | Landry Breuil <landry@openbsd.org> |
Fri, 10 Jan 2014 19:08:57 +0100 | |
changeset 162969 | 8945b2a33ba9a619ee50dff6e10e5b6458022bd2 |
parent 162968 | 92d510a09a8cb5c8f68fdc3f97f14172d1eb77a5 |
child 162970 | e89afc241513ce0202c82f6848c699fa91fa0d2c |
child 162989 | 56974d58bbe6c480f05ea879157e13c986dd3ff8 |
push id | 25975 |
push user | ryanvm@gmail.com |
push date | Fri, 10 Jan 2014 19:46:47 +0000 |
treeherder | autoland@e89afc241513 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 958234, 932178 |
milestone | 29.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/xpcom/reflect/xptcall/src/md/unix/moz.build +++ b/xpcom/reflect/xptcall/src/md/unix/moz.build @@ -221,19 +221,19 @@ if CONFIG['OS_TEST'] in ('macppc', 'bebo 'xptcinvoke_asm_ppc_netbsd.s', 'xptcinvoke_ppc_netbsd.cpp', 'xptcstubs_asm_ppc_netbsd.s', 'xptcstubs_ppc_netbsd.cpp', ] 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', ] if CONFIG['OS_ARCH'] == 'Linux' and CONFIG['OS_TEST'].find('sparc') != -1: SOURCES += [ 'xptcinvoke_asm_sparc_linux_GCC3.s', 'xptcinvoke_sparc_solaris.cpp', 'xptcstubs_asm_sparc_solaris.s',