[PATCH] build registerised on ARM platform by default

Karel Gardas karel.gardas at centrum.cz
Wed Oct 12 18:28:29 CEST 2011


---
 mk/config.mk.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 89cce18..aef0937 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -137,7 +137,7 @@ PlatformSupportsSharedLibs = $(if $(filter $(TARGETPLATFORM),\
 # the compiler you build with is generating registerised binaries), but
 # the stage2 compiler will be an unregisterised binary.
 #
-ifneq "$(findstring $(HostArch_CPP), i386 x86_64 powerpc)" ""
+ifneq "$(findstring $(HostArch_CPP), i386 x86_64 powerpc arm)" ""
 GhcUnregisterised=NO
 else
 GhcUnregisterised=YES
-- 
1.7.4.3




More information about the Cvs-ghc mailing list