Fix dynamic libs on OS X, and enable them by default
[ghc-hetmet.git] / libffi / ghc.mk
2010-05-03 Ian LynaghFix dynamic libs on OS X, and enable them by default
2010-03-29 Simon Marlowlibffi: install 'ffitarget.h' header as sole 'ffi.h...
2010-02-14 Ian LynaghDon't rely on tar supporting -z; trac #3841
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-11-19 Ben.Lippmeier@anu... Windows DLLs: Slurp across the actually static version...
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-12 Ian LynaghInstall libHSffi_p.a
2009-09-17 Manuel M T ChakravartyUse CONF_CC_OPTS
2009-08-06 Ian LynaghUpdate the libffi filenames to follow the new version...
2009-06-05 Ian LynaghUpdate to libffi 3.0.8; fixes trac #3119
2009-06-02 Ian LynaghUse -w when compiling libffi, to stop -Werror failures
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-21 Ian LynaghPass CFLAGS and LDFLAGS to libffi's configure
2009-05-19 Ian LynaghUse SRC_CC_OPTS when making HSffi.o
2009-04-30 Duncan CouttsFix make for libffi again, properly this time
2009-04-30 Duncan CouttsFix parallel make for libffi.
2009-04-29 Duncan CouttsClean up building of libffi for dynamic lib way
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch