From 68c138564102b83292df3e44287e0ec6ef598e51 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 22 Apr 2005 16:53:48 +0000 Subject: [PATCH] [project @ 2005-04-22 16:53:48 by sof] oops;supposed to have been included with revert-back-to-__stginit-for-mingw commit --- ghc/rts/package.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in index eedbfc1..d83a6ae 100644 --- a/ghc/rts/package.conf.in +++ b/ghc/rts/package.conf.in @@ -99,6 +99,9 @@ ld-options: , "-u", "_GHCziIOBase_BlockedIndefinitely_closure" , "-u", "_GHCziIOBase_Deadlock_closure" , "-u", "_GHCziWeak_runFinalizzerBatch_closure" +#if defined(mingw32_HOST_OS) + , "-u", "__stginit_Prelude" +#endif #else "-u", "GHCziBase_Izh_static_info" , "-u", "GHCziBase_Czh_static_info" @@ -132,6 +135,9 @@ ld-options: , "-u", "GHCziIOBase_BlockedIndefinitely_closure" , "-u", "GHCziIOBase_Deadlock_closure" , "-u", "GHCziWeak_runFinalizzerBatch_closure" +#if defined(mingw32_HOST_OS) + , "-u", "__stginit_Prelude" +#endif #endif framework-dirs: -- 1.7.10.4