X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Fpackage.conf.in;h=bd26627ea20da10441a3c1d3bea02020b5e578d1;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=24b3df90458f27ac08abd8f3c386a689ed93533f;hpb=bfdd44b2bfec3d819fd5ce19279832c25f096bb4;p=ghc-hetmet.git diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in index 24b3df9..bd26627 100644 --- a/ghc/rts/package.conf.in +++ b/ghc/rts/package.conf.in @@ -16,7 +16,7 @@ import-dirs: #ifdef INSTALLING library-dirs: LIB_DIR -# ifdef mingw32_TARGET_OS +# ifdef mingw32_HOST_OS , LIB_DIR"/gcc-lib" /* force the dist-provided gcc-lib/ into scope. */ # endif @@ -36,7 +36,7 @@ extra-libs: "m" /* for ldexp() */ , "dl" #endif #endif -#ifdef mingw32_TARGET_OS +#ifdef mingw32_HOST_OS ,"wsock32" /* for the linker */ #endif #ifdef WANT_DOTNET_SUPPORT @@ -53,7 +53,7 @@ extra-libs: "m" /* for ldexp() */ #ifdef INSTALLING include-dirs: INCLUDE_DIR -# ifdef mingw32_TARGET_OS +# ifdef mingw32_HOST_OS , INCLUDE_DIR"/mingw" # endif #else /* !INSTALLING */