On 12/10/2011 17:28, Karel Gardas wrote:
---
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
Thanks, I'll apply.
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc