Commit Graph

7 Commits

Author SHA1 Message Date
jasper
70e8508886 - enable libffi on hppa
tested by landry@, thanks!
2009-10-23 15:39:51 +00:00
jasper
d6c8b944d5 - resolve the conflict with gcj 2009-10-10 22:48:54 +00:00
jasper
225bd501b0 - add a note that libffi will most likely never work on vax...
- fix license marker
2009-10-10 18:18:14 +00:00
jasper
0c82bca246 - add short blurb 2009-10-05 20:50:07 +00:00
jasper
a24b18c60e - take maintainership of libffi, and drop it of two others. any takers? 2009-09-25 15:59:15 +00:00
sthen
7ac194ac29 zap spurious commas in NOT_FOR_ARCHS 2009-09-25 14:33:05 +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