summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc/patches/patch-ab')
-rw-r--r--lang/ghc/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/ghc/patches/patch-ab b/lang/ghc/patches/patch-ab
new file mode 100644
index 00000000000..ccb354b74ef
--- /dev/null
+++ b/lang/ghc/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/12/15 06:05:15 proff Exp $
+
+--- ghc/rts/MBlock.c Wed Sep 15 09:06:54 1999
++++ ghc/rts/MBlock.c Tue Dec 14 10:27:15 1999
+@@ -47,6 +47,10 @@
+ */
+ #define ASK_FOR_MEM_AT 0x50000000
+
++#elif netbsd_TARGET_OS
++/* NetBSD i386 shared libs are at 0x40000000
++ */
++#define ASK_FOR_MEM_AT 0x50000000
+ #elif linux_TARGET_OS
+ /* Any ideas?
+ */