mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 632769 - Only build elfhack on x86* and arm. r=khuey,a=NPOTB
This commit is contained in:
parent
93ae80ac0d
commit
5acacc821d
@ -46,8 +46,10 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = build
|
||||
|
||||
ifeq ($(USE_ELF_HACK)$(HOST_OS_ARCH)$(OS_ARCH),1LinuxLinux)
|
||||
ifneq (,$(filter %86 x86_64 arm,$(OS_TEST)))
|
||||
DIRS = elfhack
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user