Check-in [9396658a02]
Overview
Comment:Stopped use of -mno-cygwin as it has been removed from some Mingw32s
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:9396658a022bfe8153c369614cf211900684df55
User & Date: rkeene on 2012-05-07 04:18:32
Other Links: manifest | tags
References
2012-05-07
04:19 Ticket [94cbea1378] MinGW kitsh error: -mno-cygwin status still Open with 4 other changes artifact: c63cfef30e user: rkeene
Context
2012-05-10
17:54
Updated to normalize CPU names

Added linux-i386 build target check-in: 33550a1dff user: rkeene tags: trunk

2012-05-07
04:18
Stopped use of -mno-cygwin as it has been removed from some Mingw32s check-in: 9396658a02 user: rkeene tags: trunk
2012-05-06
22:38
Updated patch for bug 2233954 to work with newer Tcl fossil trunk tip check-in: db8979348d user: rkeene tags: trunk
Changes

Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [ab8a5ebb9e] to [18efd0c5fc].

   301    301   	AC_CANONICAL_HOST
   302    302     
   303    303   	AC_MSG_CHECKING(host operating system)
   304    304   	AC_MSG_RESULT($host_os)
   305    305     
   306    306   	case $host_os in
   307    307   		mingw32*)
   308         -			CFLAGS="${CFLAGS} -mno-cygwin -mms-bitfields"
          308  +			CFLAGS="${CFLAGS} -mms-bitfields"
   309    309   			WISH_CFLAGS="-mwindows"
   310    310   
   311    311   			dnl If we are building for Win32, we need to define "BUILD_tcl" so that
   312    312   			dnl TCL_STORAGE_CLASS gets defined as DLLEXPORT, to make static linking
   313    313   			dnl work
   314    314   			AC_DEFINE(BUILD_tcl, [1], [Define if you need to pretend to be building Tcl (Windows)])
   315    315   			AC_DEFINE(BUILD_tk, [1], [Define if you need to pretend to be building Tk (Windows)])