aboutsummaryrefslogtreecommitdiff
path: root/include/stddef.h
diff options
context:
space:
mode:
authorgrischka <grischka>2011-07-14 18:45:37 +0200
committergrischka <grischka>2011-07-14 18:45:37 +0200
commit5280293d6b16bbe24dfda76e37f32322fa2874ca (patch)
tree29d05bd4034a3841e6920817d39b0334926f442f /include/stddef.h
parent4ccb5662cbfbf3e8c58a1b642fd3446fcce55e16 (diff)
downloadtinycc-5280293d6b16bbe24dfda76e37f32322fa2874ca.tar.gz
tinycc-5280293d6b16bbe24dfda76e37f32322fa2874ca.tar.bz2
make: create native tcc from separate objects
This was already possible using make NOTALLINONE=1 and is now the default. To build as previously from one big source, use make ONE_SOURCE=1 Cross compilers are still build from one source because using separate objects requires separate build directories one per platform which currently is not (yet) supported by the makefile. We could probably use gnu-makeish target variables like $(I386_CROSS): OUTDIR=build/i386 $(X64_CROSS): OUTDIR=build/x86-64 and so on ... Also NEED_FLOAT_TYPES for arm-gen is removed. It was about variables that are referenced from outside (libtcc, tccgen). We could declare them in tcc.h (as with reg_classes) or have them twice in arm-gen.c. I chose option 2.
Diffstat (limited to 'include/stddef.h')
0 files changed, 0 insertions, 0 deletions