Check-in [5006c26763]
Overview
Comment:Updated to latest tcc4tcl
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:5006c267636000cecd4ec3a15b0c0179924a48b1
User & Date: rkeene on 2014-05-17 05:02:03
Other Links: manifest | tags
Context
2014-05-19
03:41
Moved "fake-uname" hack into regular patch against Tcl check-in: 36ec37fe61 user: rkeene tags: trunk
2014-05-17
05:02
Updated to latest tcc4tcl check-in: 5006c26763 user: rkeene tags: trunk
2014-05-06
05:26
Updated to not link against libtcc1.a check-in: d56c4a3049 user: rkeene tags: trunk
Changes

Modified tcc4tcl/build.sh from [fc464932a3] to [3411ce2c97].

     7      7   fi
     8      8   if [ -z "${TCLVERS}" ]; then
     9      9   	echo 'ERROR: The TCLVERS environment variable is not set' >&2
    10     10   
    11     11   	exit 1
    12     12   fi
    13     13   
    14         -TCC4TCLVERS="0.5"
           14  +TCC4TCLVERS="0.6"
    15     15   SRC="src/tcc4tcl-${TCC4TCLVERS}.tar.gz"
    16     16   SRCURL="http://rkeene.org/devel/tcc4tcl/tcc4tcl-${TCC4TCLVERS}.tar.gz"
    17     17   BUILDDIR="$(pwd)/build/tcc4tcl-${TCC4TCLVERS}"
    18     18   OUTDIR="$(pwd)/out"
    19     19   INSTDIR="$(pwd)/inst"
    20     20   PATCHDIR="$(pwd)/patches"
    21     21   export TCC4TCLVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR