summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.27/config.h
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.27/config.h')
-rw-r--r--05/tcc-0.9.27/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/05/tcc-0.9.27/config.h b/05/tcc-0.9.27/config.h
index d363b97..95ec14d 100644
--- a/05/tcc-0.9.27/config.h
+++ b/05/tcc-0.9.27/config.h
@@ -1,8 +1,10 @@
#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 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"