makefile: unify cross with native builds
commitbb93064d7857d887b674999c9b4152b44a628f9a
authorgrischka <grischka>
Sat, 25 Feb 2017 11:49:47 +0000 (25 12:49 +0100)
committergrischka <grischka>
Sat, 25 Feb 2017 11:51:04 +0000 (25 12:51 +0100)
tree5290a93161373fd5a286d9aaf32ebb8dea04f82c
parent669f61117d6ff2255649e80a9708fe24e32d4a33
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
Makefile
arm-asm.c
examples/ex3.c
lib/Makefile
lib/bcheck.c
tcc.h
tests/Makefile
tests/pp/Makefile
tests/tests2/Makefile
win32/include/_mingw.h