Index: build/tcc-patches/0.9.26/tcc-0.9.26-crosscompilefixes.diff ================================================================== --- build/tcc-patches/0.9.26/tcc-0.9.26-crosscompilefixes.diff +++ build/tcc-patches/0.9.26/tcc-0.9.26-crosscompilefixes.diff @@ -247,10 +247,24 @@ --- tcc-0.9.26.orig/lib/dummy.c 1969-12-31 18:00:00.000000000 -0600 +++ tcc-0.9.26-1crosscompilefixes/lib/dummy.c 2014-05-16 23:56:33.539016999 -0500 @@ -0,0 +1,2 @@ +void __libtcc_dummy(void) { +} +diff -uNr tcc-0.9.26.orig/lib/libtcc1.c tcc-0.9.26-1crosscompilefixes/lib/libtcc1.c +--- tcc-0.9.26.orig/lib/libtcc1.c 2013-02-15 08:24:00.000000000 -0600 ++++ tcc-0.9.26-1crosscompilefixes/lib/libtcc1.c 2014-06-21 00:59:12.390011999 -0500 +@@ -609,9 +609,9 @@ + + /* helper functions for stdarg.h */ + +-#include + #ifndef __TINYC__ + /* gives "incompatible types for redefinition of __va_arg" below */ ++#include + #include + #endif + diff -uNr tcc-0.9.26.orig/win32/lib/crt1.c tcc-0.9.26-1crosscompilefixes/win32/lib/crt1.c --- tcc-0.9.26.orig/win32/lib/crt1.c 2013-02-15 08:24:00.000000000 -0600 +++ tcc-0.9.26-1crosscompilefixes/win32/lib/crt1.c 2014-05-02 01:56:11.277140003 -0500 @@ -19,7 +19,6 @@