From aeeb1f8fa6f150f85d101cf16752888205ebb7ea Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 23 Feb 2012 22:49:02 +0900 Subject: [PATCH] Better comments --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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. -- 2.40.0