Commit Graph

3 Commits

Author SHA1 Message Date
espie
e5cb9e6e91 tsk, tsk. People still don't remember that updates happen. 2009-12-12 16:39:00 +00:00
jasper
d6c8b944d5 - resolve the conflict with gcj 2009-10-10 22:48:54 +00:00
jasper
9bf295a421 import libffi 3.0.8
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully
featured foreign function interface. A layer must exist above libffi
that handles type conversions for values passed between the two
languages.

successfully tested on seven arches by me. other arches are disabled for now as
they need more work (mips64) or haven't been tested yet.
2009-09-23 20:55:46 +00:00