author | Mike Hommey <mh+mozilla@glandium.org> |
Mon, 19 Apr 2010 10:08:35 +0200 (2010-04-19) | |
changeset 41005 | 771a0f0a295bd2bae2ef9929404a06bcbf4fa558 |
parent 41004 | 58c9dd4f0c1fb7a9803452ddb8ea32b730d4ace3 |
child 41006 | cc7dda8df7780e6a6eaf50ec6e6afcf4eeed14ce |
push id | 12882 |
push user | mh@glandium.org |
push date | Tue, 20 Apr 2010 07:42:08 +0000 (2010-04-20) |
treeherder | mozilla-central@d10d49ee252d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | timeless |
bugs | 486681 |
milestone | 1.9.3a5pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
|
--- a/xpcom/reflect/xptcall/src/md/unix/Makefile.in +++ b/xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -242,17 +242,17 @@ endif CXXFLAGS := $(filter-out $(MOZ_OPTIMIZE_FLAGS), $(CXXFLAGS)) endif endif # # Linux/HPPA/gcc # ifeq ($(OS_ARCH),Linux) -ifneq (,$(filter hppa2.0 hppa1.1,$(OS_TEST))) +ifneq (,$(filter hppa hppa2.0 hppa1.1,$(OS_TEST))) ifndef GNU_CXX $(error Unknown C++ compiler, xptcall assembly will probably be incorrect.) else CPPSRCS := xptcinvoke_pa32.cpp xptcstubs_pa32.cpp ASFILES := xptcstubs_asm_parisc_linux.s xptcinvoke_asm_parisc_linux.s endif endif endif