X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=24e4e4850c8d1a1e90659cc2d760d2e167fec782;hb=a60a1a893dcf3cbb425a4b52735cedec10b89203;hp=e0b32954701cb5cf683b1027f17919f303fa7853;hpb=71846adaa7d9a913940f45fbf95b8038bd07f361;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index e0b3295..24e4e48 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -247,8 +247,9 @@ GhcUnregisterised=NO # (as well as a C backend) # # Target platforms supported: -# i386, sparc & powerpc -ifneq "$(findstring $(HostArch_CPP), i386 sparc powerpc)" "" +# i386, powerpc +# sparc has bitrotted +ifneq "$(findstring $(HostArch_CPP), i386 powerpc)" "" GhcWithNativeCodeGen=YES else GhcWithNativeCodeGen=NO