summaryrefslogtreecommitdiff
path: root/ghc/includes/COptJumps.lh
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/includes/COptJumps.lh')
-rw-r--r--ghc/includes/COptJumps.lh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/includes/COptJumps.lh b/ghc/includes/COptJumps.lh
index db8516dec9..458c93c944 100644
--- a/ghc/includes/COptJumps.lh
+++ b/ghc/includes/COptJumps.lh
@@ -254,7 +254,8 @@ register void *_procedure __asm__("$27");
\begin{code}
#if i386_TARGET_ARCH
-#ifdef solaris2_TARGET_OS
+/* *not* a good way to do this (WDP 96/05) */
+#if defined(solaris2_TARGET_OS) || defined(linux_TARGET_OS)
#define MINI_INTERPRET_END "miniInterpretEnd"
#else
#define MINI_INTERPRET_END "_miniInterpretEnd"