X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=edfff7c38513a21f0a7a0fcaa34b5975b65fa3a9;hb=6cdc302f571fd759b3d9b2586df595d4ed10f55b;hp=8a495b0cbc91e73938622cff057a55c8aa2976c6;hpb=c137ecd7e6e83d0f9c39b15ccdb9f2355f243c91;p=ghc-hetmet.git 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)