From: Helmut Eller Date: Mon, 12 Dec 2016 15:59:25 +0000 (+0100) Subject: Add Makefile to cross-compile from Linux to Amiga X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/3c17aa8d8a273fd184fc9681c0c998d35128b5b9?hp=3c17aa8d8a273fd184fc9681c0c998d35128b5b9 Add Makefile to cross-compile from Linux to Amiga 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. ---