Overview
Comment: | Updated to latest tcc4tcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | cbad59149bbf6569f997ffb07757f139952419ce |
User & Date: | rkeene on 2014-05-22 17:02:14 |
Other Links: | manifest | tags |
Context
2014-05-22
| ||
17:19 | tcc4tcl 0.15 check-in: 7cfeb53c9c user: rkeene tags: trunk | |
17:02 | Updated to latest tcc4tcl check-in: cbad59149b user: rkeene tags: trunk | |
2014-05-19
| ||
17:01 | Updated to supply licensing information in build check-in: 4f493878e3 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build-all-platforms.sh from [4aa1445bcf] to [98e913d785].
14 14 sparc-sun-solaris2.10,64@solaris2.10-sparc64 15 15 x86_64-unknown-freebsd8@freebsd8-x86_64 16 16 x86_64-unknown-netbsd5@netbsd5-x86_64 17 17 arm-android9-linux-androideabi@linux-unknown-arm 18 18 i586-mingw32msvc@win32-ix86 19 19 x86_64-w64-mingw32@win32-x86_64 20 20 x86_64-redhat5-linux@linux-glibc2.5-x86_64 21 + x86_64-redhat5-linux,32@linux-glibc2.5-ix86 21 22 powerpc-ibm-aix5.3.0.0@aix-powerpc 22 23 ) 23 24 else 24 25 platforms=("$@") 25 26 fi 26 27 27 28 for platform in "${platforms[@]}"; do
Modified server/buildpkgs/tcc4tcl/build.sh from [361bfb3874] to [b60c99d43a].
1 1 #! /bin/bash 2 2 3 3 # Define parameters 4 -VERS=0.11 4 +VERS=0.14 5 5 SRC="src/tcc4tcl-${VERS}.tar.gz" 6 6 SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz" 7 7 BUILDDIR="tcc4tcl-${VERS}" 8 8 LICENSE="LGPLv2.1" 9 9 export VERS SRC SRCURL BUILDDIR 10 10 11 11 # Load common functions