attempt to get tiny C for i386 to work

This commit is contained in:
Araq
2010-08-28 23:09:29 +02:00
parent c96f4e042e
commit 030d46f218
2 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,11 @@
# define TCC_TARGET_PE 1
# define TCC_TARGET_I386
# define CONFIG_TCCDIR "."
#elif defined(__i386__)
# define TCC_TARGET_I386
# define CONFIG_TCCDIR "/usr/local/lib/tcc"
# define GCC_MAJOR 4
# define HOST_I386 1
#else
# define TCC_TARGET_X86_64
# define CONFIG_TCCDIR "/usr/local/lib/tcc"