summaryrefslogtreecommitdiff
path: root/libffi/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-10/+0
* libffi: backport noexecstack fix for x86/win32.SSergei Trofimovich2015-04-021-0/+3
* Use the gold linker for linux/ARM and android/ARM targets.Erik de Castro Lopo2015-03-121-1/+1
* Copy GHC's config.guess/sub over libffi's versionsHerbert Valerio Riedel2014-12-271-0/+4
* Pass in CXX to libffi's configure script.Gintautas Miliauskas2014-10-241-0/+1
* Make libffi install into a predictable directory (#9620)Reid Barton2014-09-211-0/+7
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Move libffi's tarball into its own repoIan Lynagh2013-07-301-1/+1
* Change the ranlib detectionIan Lynagh2013-07-031-0/+1
* Run "sh ./configure" rather than "sh configure"; part of #7992Ian Lynagh2013-06-221-1/+1
* Fix the name of libffiIan Lynagh2013-05-091-2/+6
* Specify the libdir to use when building libffiIan Lynagh2012-05-261-2/+6
* Follow libffi changes on WindowsIan Lynagh2012-05-041-0/+3
* Improve support for cross-compilationSimon Marlow2012-01-301-1/+1
* Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-081-4/+4
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-6/+6
* Fix cmd invocation by libffi cuild system on Windows 7 cygwinIan Lynagh2011-11-301-0/+5
* Fix libffi depfile creation on Windows: Use -MD rather than -MMDIan Lynagh2011-11-301-0/+6
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-8/+8
* Fix the libffi ln handling on cygwinIan Lynagh2011-11-081-2/+5
* On non-Windows, go back to using the libffi dynlib for the dyn wayIan Lynagh2011-10-161-5/+26
* Fix ffi build on amd64/Linux, and simplify a little moreIan Lynagh2011-10-141-13/+2
* Simplify the libffi buildIan Lynagh2011-10-141-165/+21
* Build fixes for OS X amd64 following libffi updateIan Lynagh2011-10-061-0/+5
* Follow libffi updateIan Lynagh2011-10-061-7/+7
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-231-1/+1
* Make stage-specific CC variablesIan Lynagh2011-04-231-2/+2
* Tweak build rules for libffiIan Lynagh2011-04-221-3/+1
* no need to set --build when configuring libffiMark Lentczner2011-04-221-2/+1
* libffi: backport incorrect detection of selinuxSergei Trofimovich2011-02-081-0/+2
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-1/+1
* Update the location of libffi.dll.aIan Lynagh2011-01-181-1/+1
* Fix libffi build rulesIan Lynagh2011-01-151-1/+3
* Make the ffi.h->ffitarget.h dep a proper dep, rather than an order-only depIan Lynagh2010-10-241-1/+1
* libffi: missing dependency on ffitarget.hpho@cielonegro.org2010-10-171-1/+1
* Enable shared libs on OpenBSDMatthias Kilian2010-09-181-0/+2
* eliminate clutter from make outputSimon Marlow2010-09-151-3/+3
* Don't fail with absolute silenceMatthias Kilian2010-09-121-3/+3
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-3/+3
* quiet some new spewageSimon Marlow2010-07-091-3/+3
* Check files are really created in libffiIan Lynagh2010-06-201-0/+6
* 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