diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-18 12:26:57 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-18 12:26:57 +0100 |
commit | 7b6de599c9ebc7259b1fc86e40688125ed1f1688 (patch) | |
tree | b6a326fe79cfdad047e14f698d783a5f567429cd /mk | |
parent | bf281580f5c1b6ca28d1fff3b6f1f66afbee92ec (diff) | |
parent | 2615b581581bfdf6a5dc017707f1c8318ca57f3e (diff) | |
download | haskell-7b6de599c9ebc7259b1fc86e40688125ed1f1688.tar.gz |
Merge branch 'master' of http://darcs.haskell.org/ghc
Diffstat (limited to 'mk')
-rw-r--r-- | 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 89cce18261..aef093799b 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 |