X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=24e4e4850c8d1a1e90659cc2d760d2e167fec782;hb=845db8182942e006a9164e41e9839adb39f24268;hp=0b54097c7423519e956757683687ea4b611b128b;hpb=c0be61743a875b59a1ffe6f0af6a50d4f9d091ef;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 0b54097..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 @@ -729,6 +730,9 @@ else GhcCanonVersion = $(GhcMajVersion)$(GhcMinVersion) endif +# Set to YES if $(GHC) has the readline package installed +GhcHasReadline = @GhcHasReadline@ + HBC = @HBC@ NHC = @NHC@