Add Makefile to cross-compile from Linux to Amiga
authorHelmut Eller <eller.helmut@gmail.com>
Mon, 12 Dec 2016 15:59:25 +0000 (16:59 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Mon, 12 Dec 2016 15:59:25 +0000 (16:59 +0100)
This Makefile can be used to cross-compile pForth on a Linux host to
an Amiga target.  GCC is used as host-compiler and VBCC as
cross-compiler.

* build/linux-crossbuild-amiga/Makefile: New file.
* csrc/pf_io.c, csrc/pf_inner.c: Add some quirks to satisfy VBCC. In
particular fseek and ftell needed some help.


No differences found