From c2320f07c72f9e7322723ede5f6c68b869844699 Mon Sep 17 00:00:00 2001 From: ken Date: Thu, 25 Apr 2002 00:29:59 +0000 Subject: [PATCH] [project @ 2002-04-25 00:29:59 by ken] -lpthread requires -lexc on alpha-dec-osf3 --- ghc/rts/rts.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc/rts/rts.conf.in b/ghc/rts/rts.conf.in index 72bac27..c4e1c3f 100644 --- a/ghc/rts/rts.conf.in +++ b/ghc/rts/rts.conf.in @@ -32,6 +32,9 @@ Package { #endif #if defined(THREADED_RTS) && !defined(mingw32_TARGET_OS) ,"pthread" +# ifdef osf3_TARGET_OS + ,"exc" +# endif #endif ], -- 1.7.10.4