X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=eb70d159f1431f81dc60ebb2539bbfa1b3229908;hp=19c0a9cbfca3ebd4a8d51f5237729956c053aa68;hb=aeeb1f8fa6f150f85d101cf16752888205ebb7ea;hpb=0e82c0c70fa70e6485afc40d48a5fa7e29e84982 diff --git a/Makefile b/Makefile index 19c0a9c..eb70d15 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,12 @@ SITES.${i}= http://static.cielonegro.org/archive/ PKG_DESTDIR_SUPPORT= user-destdir -# Unregisterised HC packages are architecture dependent. We have to -# 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. +# Unregisterised HC packages are platform-dependent C sources. Yes, +# they are C sources but are totally non-portable. We have to create +# more HC packages to support more platforms. 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. # # If you want to build HC packages yourself, follow instructions in # the ./TODO file.