summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* Drop make build systemBen Gamari2022-08-251-132/+0
* Make: Move remaining built RTS headers to ...build/includeJohn Ericson2021-11-121-2/+2
* make build system: RTS should use dist-install not distJohn Ericson2021-10-291-2/+2
* Fix libffi on PowerPCPeter Trommler2021-06-281-1/+0
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* No libffi docsMoritz Angermann2017-10-031-0/+1
* Allow libffi snapshotsMoritz Angermann2017-09-301-1/+1
* Revert "libffi via submodule"Moritz Angermann2017-05-112-4/+5
* libffi via submoduleMoritz Angermann2017-05-112-5/+4
* Build system: temp solution for parallelisation bug (#11960)Thomas Miedema2016-05-221-1/+2
* Update libffi-tarballs submodule to libffi 3.1 (re #10238)Herbert Valerio Riedel2015-12-082-27/+0
* Follow-up fix to 3e2a4eefbed7002437c3f (re #11109)Herbert Valerio Riedel2015-11-221-1/+1
* Fix broken build-system when libffi uses install-shHerbert Valerio Riedel2015-11-191-0/+5
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-10/+0
* libffi: backport noexecstack fix for x86/win32.SSergei Trofimovich2015-04-022-0/+27
* 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-012-4/+4
* 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
* Remove now-unused libffi/package.conf.inIan Lynagh2011-11-091-35/+0
* 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-062-22/+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
* Mark scripts executable (boot, and the ones the build system chmods)Max Bolingbroke2011-04-021-0/+0
* libffi: backport incorrect detection of selinuxSergei Trofimovich2011-02-082-0/+17
* 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