Bug 632769 - Only build elfhack on x86* and arm. r=khuey,a=NPOTB

This commit is contained in:
Mike Hommey 2011-02-12 10:27:56 +01:00
parent 93ae80ac0d
commit 5acacc821d

View File

@ -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