procuding a (non-working) executable for tcc
This commit is contained in:
parent
6e1158f49a
commit
e900dd8d6f
71 changed files with 42663 additions and 96 deletions
10
05/tcc-0.9.25/config.h
Normal file
10
05/tcc-0.9.25/config.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef CONFIG_TCCDIR
|
||||
# define CONFIG_TCCDIR "/usr/local/lib/tcc-bootstrap"
|
||||
#endif
|
||||
#define TCC_VERSION "0.9.27"
|
||||
#define CONFIG_TCC_STATIC 1
|
||||
#define TCC_TARGET_X86_64 1
|
||||
#define CONFIG_TCC_ELFINTERP "/XXX"
|
||||
#define CONFIG_TCC_CRT_PREFIX "/XXX"
|
||||
#define CONFIG_SYSROOT "/XXX"
|
||||
#define inline
|
Loading…
Add table
Add a link
Reference in a new issue