diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2008-10-11 07:45:24 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2008-10-11 07:45:24 +0000 |
commit | 427868fb21d144f089f93f37426c0585126f281f (patch) | |
tree | 382409a184572a74db58f0bccc10187535d9ea27 /libffi | |
parent | dc877280a9806a1524bfd2b8924705adf928e2e2 (diff) | |
download | haskell-427868fb21d144f089f93f37426c0585126f281f.tar.gz |
Drop libm from the linker dependencies for libffi
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/package.conf.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libffi/package.conf.in b/libffi/package.conf.in index 811d3617d4..afb3737f0c 100644 --- a/libffi/package.conf.in +++ b/libffi/package.conf.in @@ -16,8 +16,6 @@ library-dirs: FPTOOLS_TOP_ABS"/libffi" hs-libraries: "HSffi" -extra-libraries: "m" /* for ldexp() */ - #ifdef INSTALLING include-dirs: INCLUDE_DIR #else /* !INSTALLING */ |