X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=34ca7f9cf1e055f8e540a28fb8a943b3ccefb3a3;hb=a8f29216ea1f681b89fa4f55e00e404c6b0b2417;hp=087a7e9d66e7134325347863a8e2475841482c22;hpb=d64900abb0ddc2f2ab52948cc274f2adc864a6dc;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index 087a7e9..34ca7f9 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -17,17 +17,16 @@ import-dirs: #ifdef INSTALLING 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" PAPI_LIB_DIR #endif hs-libraries: "HSrts" -extra-libraries: "m" /* for ldexp() */ +extra-libraries: +#ifdef HAVE_LIBM + "m" /* for ldexp() */ +#endif #ifdef HAVE_LIBRT , "rt" #endif