From 6cdc302f571fd759b3d9b2586df595d4ed10f55b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 16 Mar 2006 16:59:09 +0000 Subject: [PATCH] turn on unregisterised by default for alpha, hppa --- mk/config.mk.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index 8a495b0..edfff7c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -252,7 +252,11 @@ GhcStage3HcOpts= # the compiler you build with is generating registerised binaries), but # the stage2 compiler will be an unregisterised binary. # +ifneq "$(findstring $(HostArch_CPP), alpha hppa)" "" +GhcUnregisterised=YES +else GhcUnregisterised=NO +endif # Build a compiler with a native code generator backend # (as well as a C backend) -- 1.7.10.4