jasper
791f5dabdf
- fix an implicit declaration
2013-03-21 16:22:51 +00:00
jasper
a5fac2184e
- remove patch for arm that dealt with lack of UNWIND support in our 2.15 linker.
...
a full update of libffi is in the works as well, so remove the comment from Makefile.
2013-03-21 15:52:08 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
bcf3856632
PERMIT_* / REGRESS->TEST sweep
2013-03-11 10:50:00 +00:00
miod
db9eab8ba7
Add m68k to the NOT_FOR_ARCHS list, needs significant work to build.
2012-09-01 18:15:06 +00:00
naddy
1663a22640
no need for groff
2012-08-05 00:16:50 +00:00
jasper
6ec320d6c9
add a reminder comment
2012-04-05 16:11:01 +00:00
espie
5855efb734
move depends to new style
2010-11-15 19:45:56 +00:00
espie
5c08d95027
USE_GROFF=Yes
2010-10-18 17:47:50 +00:00
jasper
56c4dcb339
- update libffi to 3.0.9
...
- remove unneeded patch
2010-09-19 20:19:15 +00:00
jasper
de46d01df2
- enable libffi on mips64(el)
...
ok espie@ phessler@
ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 19:08:55 +00:00
jasper
fcaeef2071
- extend archtecture tests for mips64el
...
ok naddy@
2010-02-09 12:18:45 +00:00
espie
e5cb9e6e91
tsk, tsk. People still don't remember that updates happen.
2009-12-12 16:39:00 +00:00
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
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