From a039f52aeb452d291305919a88b675d6eb1819c0 Mon Sep 17 00:00:00 2001 From: desrt Date: Sun, 20 Feb 2005 03:40:23 +0000 Subject: [PATCH] [project @ 2005-02-20 03:40:23 by desrt] package.conf.in: more Cabal changes tracking - change 'extra-ld-opts' to 'ld-options' - change 'extra-libs' to 'extra-libraries' stage2 once again builds successfully. --- ghc/rts/package.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in index bd26627..764b0f8 100644 --- a/ghc/rts/package.conf.in +++ b/ghc/rts/package.conf.in @@ -29,7 +29,7 @@ library-dirs: FPTOOLS_TOP_ABS"/ghc/rts" hs-libraries: "HSrts" -extra-libs: "m" /* for ldexp() */ +extra-libraries: "m" /* for ldexp() */ #ifndef HAVE_FRAMEWORK_HASKELLSUPPORT , "gmp" #ifdef HAVE_LIBDL @@ -65,7 +65,7 @@ depends: extra-hugs-opts: extra-cc-opts: -extra-ld-opts: +ld-options: #ifdef LEADING_UNDERSCORE "-u", "_GHCziBase_Izh_static_info" , "-u", "_GHCziBase_Czh_static_info" -- 1.7.10.4