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 15 16 17 18 19 20 21 22 23 24 25 26 27 |
sparc-sun-solaris2.10,64@solaris2.10-sparc64 x86_64-unknown-freebsd8@freebsd8-x86_64 x86_64-unknown-netbsd5@netbsd5-x86_64 arm-android9-linux-androideabi@linux-unknown-arm i586-mingw32msvc@win32-ix86 x86_64-w64-mingw32@win32-x86_64 x86_64-redhat5-linux@linux-glibc2.5-x86_64 powerpc-ibm-aix5.3.0.0@aix-powerpc ) else platforms=("$@") fi for platform in "${platforms[@]}"; do |
> |
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
sparc-sun-solaris2.10,64@solaris2.10-sparc64
x86_64-unknown-freebsd8@freebsd8-x86_64
x86_64-unknown-netbsd5@netbsd5-x86_64
arm-android9-linux-androideabi@linux-unknown-arm
i586-mingw32msvc@win32-ix86
x86_64-w64-mingw32@win32-x86_64
x86_64-redhat5-linux@linux-glibc2.5-x86_64
x86_64-redhat5-linux,32@linux-glibc2.5-ix86
powerpc-ibm-aix5.3.0.0@aix-powerpc
)
else
platforms=("$@")
fi
for platform in "${platforms[@]}"; do
|
Modified server/buildpkgs/tcc4tcl/build.sh from [361bfb3874] to [b60c99d43a].
1 2 3 4 5 6 7 8 9 10 11 |
#! /bin/bash
# Define parameters
VERS=0.11
SRC="src/tcc4tcl-${VERS}.tar.gz"
SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz"
BUILDDIR="tcc4tcl-${VERS}"
LICENSE="LGPLv2.1"
export VERS SRC SRCURL BUILDDIR
# Load common functions
|
| |
1 2 3 4 5 6 7 8 9 10 11 |
#! /bin/bash
# Define parameters
VERS=0.14
SRC="src/tcc4tcl-${VERS}.tar.gz"
SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz"
BUILDDIR="tcc4tcl-${VERS}"
LICENSE="LGPLv2.1"
export VERS SRC SRCURL BUILDDIR
# Load common functions
|