diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-14 02:43:50 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-14 02:43:50 +0100 |
commit | 7c3b22edada41d6ad811a453575ec2084c6af823 (patch) | |
tree | 22e5b67cf08ec630ff25bcda904a9e37d70817de /rts/package.conf.in | |
parent | bcab1273dcb58199001e225eca1708e6648a3bb4 (diff) | |
download | haskell-7c3b22edada41d6ad811a453575ec2084c6af823.tar.gz |
Simplify the libffi build
We now put the libffi objects into the RTS library, rather than trying
to mangle libffi into being a ghc package itself. It would be nicer to
make it a separate library (but not a ghc package), but for now
hopefully this will get the build going through on Windows again.
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index c60bf8759a..e38a38186d 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -55,7 +55,6 @@ include-dirs: TOP"/includes" #endif includes: Stg.h -depends: builtin_ffi hugs-options: cc-options: |