Overview
Comment: | Upgraded to latest tcc4tcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
af990400b142b5b2e2c4361342530aad |
User & Date: | rkeene on 2014-05-17 05:02:23 |
Other Links: | manifest | tags |
Context
2014-05-18
| ||
02:22 | Updated to link to libgcc statically on Android check-in: 4e7ee9f284 user: rkeene tags: trunk | |
2014-05-17
| ||
05:02 | Upgraded to latest tcc4tcl check-in: af990400b1 user: rkeene tags: trunk | |
04:16 | Corrected tcc4tcl package build location check-in: dc0f72598a user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [6054451b6c] to [b5af9f6b02].
1 2 3 | #! /bin/bash # Define parameters | | | 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 |
︙ | ︙ |