aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-04-29 23:52:20 -0700
committerHenry Kroll III <henry@comptune.com>2010-04-29 23:52:20 -0700
commit036ff17916586febc968b964ee416e1d4d1da70f (patch)
treebb07aa99ac126192f25086b28c58f1fe535d6079 /Makefile
parent1f62f2253c9a9aeb8c31e87a182130f305dfe268 (diff)
downloadtinycc-036ff17916586febc968b964ee416e1d4d1da70f.tar.gz
tinycc-036ff17916586febc968b964ee416e1d4d1da70f.tar.bz2
reverse another unnecessary change
-m32 is set elsewhere now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f39e72..f53ea85 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ tcc$(EXESUF): tcc.o $(LIBTCCB)
$(I386_CROSS): DEFINES = -DTCC_TARGET_I386
$(X64_CROSS): DEFINES = -DTCC_TARGET_X86_64
-$(WIN32_CROSS): DEFINES = -DTCC_TARGET_I386 -DTCC_TARGET_PE -m32
+$(WIN32_CROSS): DEFINES = -DTCC_TARGET_I386 -DTCC_TARGET_PE
$(WIN64_CROSS): DEFINES = -DTCC_TARGET_X86_64 -DTCC_TARGET_PE
$(WINCE_CROSS): DEFINES = -DTCC_TARGET_PE
$(C67_CROSS): DEFINES = -DTCC_TARGET_C67