summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authormdejong <mdejong>2005-12-10 01:36:46 (GMT)
committermdejong <mdejong>2005-12-10 01:36:46 (GMT)
commit7a60e0f3a116c26ff850ce104cb3249f04049920 (patch)
treeaccee04a2b4b0555cacedab2a8e9352712447a47 /win/tcl.m4
parent4fdc73733207bd69ff17bc8c150e026e35accb5b (diff)
downloadtcl-7a60e0f3a116c26ff850ce104cb3249f04049920.zip
tcl-7a60e0f3a116c26ff850ce104cb3249f04049920.tar.gz
tcl-7a60e0f3a116c26ff850ce104cb3249f04049920.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack of a definition of this variable in the manifest file was causing a runtime error in wish built with gcc.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index e0598bc..b37c626 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -552,6 +552,9 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
#LDFLAGS_WINDOW="-mwindows -e _WinMain@16 ${extra_ldflags}"
LDFLAGS_CONSOLE="-mconsole ${extra_ldflags}"
LDFLAGS_WINDOW="-mwindows ${extra_ldflags}"
+
+ # gcc under Windows supports only 32bit builds
+ MACHINE="X86"
else
if test "${SHARED_BUILD}" = "0" ; then
# static