Check-in [5c87065074]
Overview
Comment:Upgraded to latest version of tcc4tcl
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5c8706507480ea623a2d6dc9f04691ab4acd311d
User & Date: rkeene on 2014-05-18 02:22:42
Other Links: manifest | tags
Context
2014-05-19
00:53
Upgraded to tcc4tcl 0.11 check-in: 84f9cf17ad user: rkeene tags: trunk
2014-05-18
02:22
Upgraded to latest version of tcc4tcl check-in: 5c87065074 user: rkeene tags: trunk
02:22
Updated to link to libgcc statically on Android check-in: 4e7ee9f284 user: rkeene tags: trunk
Changes

Modified server/buildpkgs/tcc4tcl/build.sh from [b5af9f6b02] to [7a8ce2d552].

1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

# Define parameters
VERS=0.6
SRC="src/tcc4tcl-${VERS}.tar.gz"
SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz"
BUILDDIR="tcc4tcl-${VERS}"
export VERS SRC SRCURL BUILDDIR

# Load common functions
source ../common.sh



|







1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

# Define parameters
VERS=0.10
SRC="src/tcc4tcl-${VERS}.tar.gz"
SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz"
BUILDDIR="tcc4tcl-${VERS}"
export VERS SRC SRCURL BUILDDIR

# Load common functions
source ../common.sh