summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ae
blob: e7d396d07a9fb0d8f7b78b587c047b709299d25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.3 2003/04/29 11:27:44 augustss Exp $

--- ./ghc/compiler/Makefile.orig	Fri Jun 14 10:23:57 2002
+++ ./ghc/compiler/Makefile	Fri Mar 28 23:48:01 2003
@@ -4,6 +4,7 @@
 TOP = ..
 
 # Use GHC for compiling C bits (NB. must be before boilerplate include)
+# NB. this requires BootingFromHc to be set on the make command line!
 #
 ifneq "$(BootingFromHc)" "YES"
 UseGhcForCc = YES