summaryrefslogtreecommitdiff
path: root/libffi/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Rename some variables from FOO to FOO_CMDIan Lynagh2010-06-161-1/+1
* Don't run "set -o igncr" before configuring libffiIan Lynagh2010-05-201-14/+0
* Set more env variables when configuring libffiIan Lynagh2010-05-181-0/+3
* Fix makefile loop (#4050)pho@cielonegro.org2010-05-071-1/+2
* Tidy up the "rm" flags in the build systemIan Lynagh2010-05-081-1/+1
* The libffi patches are no longer neededIan Lynagh2010-05-041-4/+0
* Fix dynamic libs on OS X, and enable them by defaultIan Lynagh2010-05-031-3/+3
* libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusableSimon Marlow2010-03-291-1/+4
* Don't rely on tar supporting -z; trac #3841Ian Lynagh2010-02-141-1/+1
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-2/+1
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-0/+8
* Windows DLLs: Slurp across the actually static version of libffiBen.Lippmeier@anu.edu.au2009-11-191-0/+8
* Put the libffi files to be installed into a dist directoryIan Lynagh2009-11-181-26/+25
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-1/+1
* Install libHSffi_p.aIan Lynagh2009-10-121-1/+1
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-171-3/+3
* Update the libffi filenames to follow the new version numberIan Lynagh2009-08-061-1/+1
* Update to libffi 3.0.8; fixes trac #3119Ian Lynagh2009-06-051-4/+4
* Use -w when compiling libffi, to stop -Werror failuresIan Lynagh2009-06-021-2/+4
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-11/+11
* Pass CFLAGS and LDFLAGS to libffi's configureIan Lynagh2009-05-211-3/+6
* Use SRC_CC_OPTS when making HSffi.oIan Lynagh2009-05-191-1/+1
* Fix make for libffi again, properly this timeDuncan Coutts2009-04-301-0/+1
* Fix parallel make for libffi.Duncan Coutts2009-04-301-10/+6
* Clean up building of libffi for dynamic lib wayDuncan Coutts2009-04-291-21/+29
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+193