From 571994d0498da9bab4395022899eb286bbd5153b Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 14 Feb 2001 12:43:24 +0000 Subject: [PATCH] [project @ 2001-02-14 12:43:24 by rrt] Turn off linking under Windows until it's fixed (that's linking, there's no hope of fixing Windows). --- ghc/rts/Linker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index d76e042..821590d 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.29 2001/02/14 11:02:36 sewardj Exp $ + * $Id: Linker.c,v 1.30 2001/02/14 12:43:24 rrt Exp $ * * (c) The GHC Team, 2000 * @@ -31,7 +31,7 @@ #if defined(linux_TARGET_OS) || defined(solaris2_TARGET_OS) || defined(freebsd_TARGET_OS) #define OBJFORMAT_ELF #elif defined(cygwin32_TARGET_OS) || defined (mingw32_TARGET_OS) -#define OBJFORMAT_PEi386 +/* #define OBJFORMAT_PEi386 */ #endif /* Hash table mapping symbol names to Symbol */ -- 1.7.10.4