From a8c884e6cd294942f1392908284808860e49fe54 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 19 Feb 2022 19:43:13 -0800 Subject: finish 05 --- 05/tcc-0.9.27/config.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '05/tcc-0.9.27/config.h') diff --git a/05/tcc-0.9.27/config.h b/05/tcc-0.9.27/config.h index 95ec14d..2ed06d9 100644 --- a/05/tcc-0.9.27/config.h +++ b/05/tcc-0.9.27/config.h @@ -1,10 +1,7 @@ #define TCC_VERSION "0.9.27" #define CONFIG_TCC_STATIC 1 -//#define CONFIG_TCC_ELFINTERP "/XXX" -//#define CONFIG_TCC_CRT_PREFIX "/XXX" -//#define CONFIG_SYSROOT "/XXX" -#define inline #define TCC_TARGET_X86_64 1 #define ONE_SOURCE 1 #define CONFIG_LDDIR "lib/x86_64-linux-gnu" #define CONFIG_TCCDIR "/usr/local/lib/tcc-bootstrap" +#define inline -- cgit v1.2.3