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