tinycc/lib
grischka bb93064d78 makefile: unify cross with native builds
supports building cross compilers on the fly without need
for configure --enable-cross

   $ make cross          # all compilers
   $ make cross-TARGET   # only TARGET-compiler & its libtcc1.a

with TARGET one from
   i386 x86_64 i386-win32 x86_64-win32 arm arm64 arm-wince c67

Type 'make help' for more information
2017-02-25 12:51:04 +01:00
..
Makefile makefile: unify cross with native builds 2017-02-25 12:51:04 +01:00
alloca-arm.S cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
alloca86-bt.S Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this. 2014-07-10 20:41:51 -04:00
alloca86.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86_64-bt.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86_64.S fixes & cleanups 2017-02-13 18:23:43 +01:00
armeabi.c cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
bcheck.c makefile: unify cross with native builds 2017-02-25 12:51:04 +01:00
lib-arm64.c cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
libtcc1.c cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00