turn on unregisterised by default for alpha, hppa
authorSimon Marlow <simonmar@microsoft.com>
Thu, 16 Mar 2006 16:59:09 +0000 (16:59 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 16 Mar 2006 16:59:09 +0000 (16:59 +0000)
mk/config.mk.in

index 8a495b0..edfff7c 100644 (file)
@@ -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)