aboutsummaryrefslogtreecommitdiff
path: root/tccpe.c
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-12-02 03:08:57 -0800
committerHenry Kroll III <henry@comptune.com>2010-12-02 03:08:57 -0800
commita2779556b49c101d95f1b7a42f61a285a3898ae6 (patch)
tree3db0f3df8fe8f6540686c862d18562b234c92c53 /tccpe.c
parent03b23994f190679cd0ac7b995beda5f9af367ecd (diff)
downloadtinycc-a2779556b49c101d95f1b7a42f61a285a3898ae6.tar.gz
tinycc-a2779556b49c101d95f1b7a42f61a285a3898ae6.tar.bz2
split cross libtcc1.a to separate directories
Diffstat (limited to 'tccpe.c')
-rw-r--r--tccpe.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/tccpe.c b/tccpe.c
index 40e67b9..6631473 100644
--- a/tccpe.c
+++ b/tccpe.c
@@ -1770,14 +1770,7 @@ static void pe_add_runtime_ex(TCCState *s1, struct pe_info *pe)
if (0 == s1->nostdlib) {
static const char *libs[] = {
-#if defined(TCC_TARGET_X86_64)
- "tcc1-win64",
-#elif defined(TCC_TARGET_I386)
- "tcc1-win32",
-#else
- "tcc1",
-#endif
- "msvcrt", "kernel32", "", "user32", "gdi32", NULL
+ "tcc1", "msvcrt", "kernel32", "", "user32", "gdi32", NULL
};
const char **pp, *p;
for (pp = libs; 0 != (p = *pp); ++pp) {