Check-in [acb9725083]
Overview
Comment:Updated to build Solaris/SPARC tests targetting Solaris 8
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: acb9725083e1631724be7dc33bd815babab72c95
User & Date: rkeene on 2011-10-05 18:42:08
Other Links: manifest | tags
Context
2011-11-05
18:49
KitCreator 0.6.1

Updated to download Tk by tag first, if possible, then by date if not check-in: d2a98c553c user: rkeene tags: trunk, 0.6.1

2011-10-05
18:42
Updated to build Solaris/SPARC tests targetting Solaris 8 check-in: acb9725083 user: rkeene tags: trunk
2011-10-03
20:39
Updated to copy more files from unix/ to macosx/ in Tcl and Tk check-in: 8271861c61 user: rkeene tags: trunk
Changes

Modified build/make-kit-solaris-sparc from [dc7f25759c] to [254a2abc5d].

1
2
3
4
5
6
#! /bin/sh

CROSS="sparc-sun-solaris2.10"
export CROSS

./build/make-kit-crosscompile "$@"


|



1
2
3
4
5
6
#! /bin/sh

CROSS="sparc-sun-solaris2.8"
export CROSS

./build/make-kit-crosscompile "$@"

Modified build/make-kit-solaris-sparc64 from [34488cfc02] to [6963705c4b].

1
2
3
4
5
6
7
#! /bin/sh

CROSS="sparc-sun-solaris2.10"
CC_ADD="-m64"
export CROSS CC_ADD

./build/make-kit-crosscompile "$@" --enable-64bit


|




1
2
3
4
5
6
7
#! /bin/sh

CROSS="sparc-sun-solaris2.8"
CC_ADD="-m64"
export CROSS CC_ADD

./build/make-kit-crosscompile "$@" --enable-64bit