@@ -, +, @@ --- ipc/chromium/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/ipc/chromium/moz.build +++ a/ipc/chromium/moz.build @@ -138,7 +138,7 @@ if os_bsd or os_linux: 'src/base/message_pump_glib.cc', ] -if not CONFIG['INTEL_ARCHITECTURE'] and CONFIG['CPU_ARCH'] not in ('arm', 'aarch64', 'mips32', 'mips64', 'ppc', 'ppc64'): +if not CONFIG['INTEL_ARCHITECTURE'] and CONFIG['CPU_ARCH'] not in ('arm', 'aarch64', 'mips32', 'mips64', 'ppc'): SOURCES += [ 'src/base/atomicops_internals_mutex.cc', ] --