summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2009-06-13 19:19:56 +0000
committerDuncan Coutts <duncan@well-typed.com>2009-06-13 19:19:56 +0000
commite53ba3592da5f72d1f701981126dbd28db9df98c (patch)
tree93b9895783309449d201c644b2687887a9cb3be7 /rts/package.conf.in
parent1b61c2db6a8d6627577bcd7876474a0c5bd1eedb (diff)
downloadhaskell-e53ba3592da5f72d1f701981126dbd28db9df98c.tar.gz
Stop building the rts against gmp
Nothing from gmp is used in the rts anymore.
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in26
1 files changed, 3 insertions, 23 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index d10ed0dfa2..c75294db71 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -15,27 +15,18 @@ hidden-modules:
import-dirs:
#ifdef INSTALLING
-library-dirs: LIB_DIR GMP_LIB_DIRS PAPI_LIB_DIR
+library-dirs: LIB_DIR PAPI_LIB_DIR
# ifdef mingw32_HOST_OS
, LIB_DIR"/gcc-lib"
/* force the dist-provided gcc-lib/ into scope. */
# endif
#else /* !INSTALLING */
-library-dirs: TOP"/rts/dist/build" GMP_LIB_DIRS PAPI_LIB_DIR
-# if !defined(HAVE_LIB_GMP) && !defined(HAVE_FRAMEWORK_GMP)
- , TOP"/gmp"
-# endif
+library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR
#endif
hs-libraries: "HSrts"
extra-libraries: "m" /* for ldexp() */
-#ifndef HAVE_FRAMEWORK_GMP
- , "gmp"
-#ifdef HAVE_LIBDL
- , "dl"
-#endif
-#endif
#ifdef HAVE_LIBRT
, "rt"
#endif
@@ -58,14 +49,9 @@ extra-libraries: "m" /* for ldexp() */
#endif
#ifdef INSTALLING
-include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS PAPI_INCLUDE_DIR
+include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR
#else /* !INSTALLING */
include-dirs: TOP"/includes"
-# if !defined(HAVE_LIB_GMP) && !defined(HAVE_FRAMEWORK_GMP)
- TOP"/gmp/gmpbuild"
-# endif
- GMP_INCLUDE_DIRS
-#endif
includes: Stg.h
depends: ffi-1.0
@@ -165,12 +151,6 @@ ld-options:
framework-dirs:
-#ifdef HAVE_FRAMEWORK_GMP
-frameworks: "GMP"
-#else
-frameworks:
-#endif
-
haddock-interfaces:
haddock-html: