add config.h
Some checks failed
Build Project / build (push) Failing after 1m34s

This commit is contained in:
Dawid Sobczak 2025-04-19 11:15:49 +01:00
parent dd2546dd17
commit e4b34bf561
2 changed files with 10 additions and 1 deletions

View file

@ -19,7 +19,6 @@ tcc
*-tcc
libtcc*.def
config*.h
*_.h
config*.mak
config.texi

10
05/tcc-final/config.h Normal file
View file

@ -0,0 +1,10 @@
#define TCC_VERSION "0.9.27"
#define CONFIG_TCC_STATIC 1
#define CONFIG_TCC_SEMLOCK 0
#define CONFIG_TCC_PREDEFS 0
#define TCC_TARGET_X86_64 1
#define ONE_SOURCE 1
#define TCC_MUSL 1
#define CONFIG_TCCDIR "../tcc-bootstrap"
#define CONFIG_LDDIR "lib/x86_64-linux-gnu"
#define inline