- 09 Jul, 2010 1 commit
-
-
Simon Marlow authored
-
- 20 Jun, 2010 1 commit
-
-
Ian Lynagh authored
when we think that the libffi build creates them, so they just depend on the libffi build stamp.
-
- 16 Jun, 2010 1 commit
-
-
Ian Lynagh authored
This fixes a problem with commands like gzip, where if $GZIP is exported in the environment, then when make runs a command it'll put the Makefile variable's value in the environment. But gzip treats $GZIP as arguments for itself, so when we run gzip it thinks we're giving it "gzip" as an argument.
-
- 20 May, 2010 1 commit
-
-
Ian Lynagh authored
It used to make the build work on cygwin, but now it breaks it instead: config.status: creating include/Makefile gawk: ./confLqjohp/subs.awk:1: BEGIN {\r gawk: ./confLqjohp/subs.awk:1: ^ backslash not last character on line config.status: error: could not create include/Makefile make[2]: *** [libffi/stamp.ffi.configure-shared] Error 1 make[1]: *** [all] Error 2
-
- 18 May, 2010 1 commit
-
-
Ian Lynagh authored
We now tell it where to find ld, nm and ar
-
- 07 May, 2010 1 commit
-
-
pho@cielonegro.org authored
The libtool creates "libffi.dylib" and "libffi.5.dylib" but not "libffi.5.0.9.dylib". Having it in libffi_DYNAMIC_LIBS causes an infinite makefile loop.
-
- 08 May, 2010 1 commit
-
-
Ian Lynagh authored
-
- 04 May, 2010 1 commit
-
-
Ian Lynagh authored
-
- 03 May, 2010 1 commit
-
-
Ian Lynagh authored
-
- 29 Mar, 2010 1 commit
-
-
Simon Marlow authored
Submitted by: Sergei Trofimovich <slyfox@community.haskell.org> Re-recorded against HEAD.
-
- 14 Feb, 2010 1 commit
-
-
Ian Lynagh authored
-
- 06 Jan, 2010 1 commit
-
-
Ian Lynagh authored
From Maxime Henrion <mhenrion@gmail.com>
-
- 04 Dec, 2009 1 commit
-
-
Ian Lynagh authored
This is a rerecord of Stephen Blackheath <oversensitive.pastors.stephen@blacksapphire.com>**20090930222855 to avoid conflicts.
-
- 19 Nov, 2009 1 commit
-
-
Ben.Lippmeier@anu.edu.au authored
-
- 18 Nov, 2009 1 commit
-
-
Ian Lynagh authored
This meakes it easier to correctly clean libffi
-
- 23 Oct, 2009 1 commit
-
-
Ian Lynagh authored
-
- 12 Oct, 2009 1 commit
-
-
Ian Lynagh authored
-
- 17 Sep, 2009 1 commit
-
-
chak@cse.unsw.edu.au. authored
- Needed to get arch-dependent options, eg, on Snow Leopard
-
- 06 Aug, 2009 1 commit
-
-
Ian Lynagh authored
Stops make going into an infinite rebuilding loop
-
- 05 Jun, 2009 1 commit
-
-
Ian Lynagh authored
-
- 02 Jun, 2009 1 commit
-
-
Ian Lynagh authored
-
- 30 May, 2009 1 commit
-
-
Ian Lynagh authored
I've also added some missing $s to some makefiles. These aren't technically necessary, but it's nice to be consistent.
-
- 21 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 19 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 30 Apr, 2009 2 commits
-
-
Duncan Coutts authored
No idea how the last patch managed to pass validate.
-
Duncan Coutts authored
I didn't realise make can invoke the same action multiple times in parallel if the rule has multiple targets. So go back to using a build stamp file.
-
- 29 Apr, 2009 1 commit
-
-
Duncan Coutts authored
And depend on it at the top level when we're using dynamic libs.
-
- 28 Apr, 2009 1 commit
-
-
Simon Marlow authored
# ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 18 Feb, 2009 1 commit
-
-
Ian Lynagh authored
-
- 08 Nov, 2008 1 commit
-
-
Clemens Fruhwirth authored
-
- 14 Oct, 2008 1 commit
-
-
Clemens Fruhwirth authored
libffi-dllize-3.0.6.patch should be pushed upstream
-
- 13 Oct, 2008 2 commits
-
-
Clemens Fruhwirth authored
-
Clemens Fruhwirth authored
-
- 10 Oct, 2008 2 commits
-
-
Clemens Fruhwirth authored
-
Clemens Fruhwirth authored
-
- 08 Oct, 2008 3 commits
-
-
Clemens Fruhwirth authored
-
Clemens Fruhwirth authored
-
Clemens Fruhwirth authored
-
- 30 Sep, 2008 1 commit
-
-
Clemens Fruhwirth authored
Unconditionalize definition of DYNAMIC_* so that libffi.so/.dll is removed even when BuildSharedLibs is reset to NO
-