X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=8a4e142c0bf96224cd5839cd00967aa03e9256f1;hp=35246cf0bb61f6a801d75ed3cce7cba707c3e5d0;hb=60f16da3debbe7fdc6a06dc6fe1929b4c9161d70;hpb=2d478716978ef4ad8926d17338a45f7f23ff7c88 diff --git a/Makefile b/Makefile index 35246cf..8a4e142 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,10 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" # Unregisterised HC packages are architecture dependent. We have to -# create more HC packages to support more architectures. +# create more HC packages to support more architectures. Note that +# these packages are built with integer-simple, not integer-gmp, to +# reduce some complexity by not depending on the GMP. The resulting +# registerised GHC uses integer-gmp so this won't be a problem. ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 # Note: Darwin-*-powerpc is temporarily disabled for now. It shall # come back in the near future. Thanks for your patience.