diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-04-01 10:23:51 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-04-01 10:23:51 +0000 |
commit | 8e4fd5b3be763fc960db16deddd4efc381b815df (patch) | |
tree | 5d7eff85c66126f0aeea098a2b5866fac89a315c /rts | |
parent | 619f6709b307d9b51e7aae94d3d564a438282fe9 (diff) | |
download | haskell-8e4fd5b3be763fc960db16deddd4efc381b815df.tar.gz |
we don't have a gcc-lib in LIB_DIR any more
Diffstat (limited to 'rts')
-rw-r--r-- | rts/package.conf.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 2dff1625b2..34ca7f9cf1 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 |