From: Simon Marlow Date: Thu, 1 Apr 2010 10:23:51 +0000 (+0000) Subject: we don't have a gcc-lib in LIB_DIR any more X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8e4fd5b3be763fc960db16deddd4efc381b815df we don't have a gcc-lib in LIB_DIR any more --- diff --git a/rts/package.conf.in b/rts/package.conf.in index 2dff162..34ca7f9 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -17,10 +17,6 @@ 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