------- Comment #4 from tromey at gcc dot gnu dot org 2006-02-01 18:32 ------- FWIW, some embedded users want to be able to remove ffi -- not for its own sake but because they also want to remove the interpreter, reflection info (see David Daney's recent proposal). It doesn't seem that hard to have a #if and avoid making a closure if libffi is not available.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26063