[project @ 2005-03-08 04:45:29 by wolfgang]
[ghc-hetmet.git] / ghc / rts / package.conf.in
index bd26627..6666863 100644 (file)
@@ -22,15 +22,15 @@ library-dirs:               LIB_DIR
 # endif
 #else /* !INSTALLING */
 library-dirs:          FPTOOLS_TOP_ABS"/ghc/rts"
-# ifndef HAVE_LIBGMP
+# if !defined(HAVE_LIBGMP) && !defined(HAVE_FRAMEWORK_GMP)
                        , FPTOOLS_TOP_ABS"/ghc/rts/gmp"
 # endif
 #endif
 
 hs-libraries:   "HSrts"
 
-extra-libs:            "m"             /* for ldexp() */
-#ifndef HAVE_FRAMEWORK_HASKELLSUPPORT
+extra-libraries:               "m"             /* for ldexp() */
+#ifndef HAVE_FRAMEWORK_GMP
                              , "gmp"
 #ifdef HAVE_LIBDL
                              , "dl"
@@ -62,10 +62,10 @@ include-dirs:               FPTOOLS_TOP_ABS"/ghc/includes"
 
 includes:              Stg.h
 depends:               
-extra-hugs-opts:
-extra-cc-opts:
+hugs-options:
+cc-options:
 
-extra-ld-opts:
+ld-options:
 #ifdef LEADING_UNDERSCORE
            "-u", "_GHCziBase_Izh_static_info"
          , "-u", "_GHCziBase_Czh_static_info"
@@ -138,10 +138,10 @@ extra-ld-opts:
 
 framework-dirs:
 
-#ifdef HAVE_FRAMEWORK_HASKELLSUPPORT
-extra-frameworks:      "HaskellSupport"
+#ifdef HAVE_FRAMEWORK_GMP
+frameworks:    "GMP"
 #else
-extra-frameworks:
+frameworks:
 #endif
 
 haddock-interfaces: