------- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-02 02:25 ------- (In reply to comment #2) > I'm CCing Andreas Schwab since he apparently ported ffi to m68k. I noticed > that the part of the code that produces the error is within an ifdef > USE_LIBFFI, so possibly disabling ffi on m68k would allow it to compile. But > maybe the real fix would be to update ffi on m68k or something. Maybe Andreas > can take a look and/or comment.
libffi should work on m68k. It might be closures have not been ported to m68k which means INTERPRETER should be false. (This is all from memory). -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |java-prs at gcc dot gnu dot | |org Summary|build failure on m68k: |[4.2 Regression] build |error: 'ffi_closure' does |failure on m68k: error: |not name a type |'ffi_closure' does not name | |a type Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27860