Differences From Artifact [d35eb59bb1]:
- File server/buildpkgs/common.sh — part of check-in [3e4cf5d7be] at 2011-07-25 13:52:44 on branch trunk — Updated TCC to build only on ix86/x86_64 platforms Fixed bugs in TCC 0.4 with patches and build.sh updates (user: rkeene, size: 2241) [annotate] [blame] [check-ins using]
To Artifact [2a46940c88]:
- File server/buildpkgs/common.sh — part of check-in [7488229692] at 2011-09-06 10:40:06 on branch trunk — Added Tkimg (user: rkeene, size: 2284) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
120 121 122 123 124 125 126 | ) done done } WORKDIR="${TMPDIR:-/tmp}/tcl-buildpkgs-$$${RANDOM}${RANDOM}${RANDOM}" PLATDIR="$(pwd)/out/${VERS}/${PLATFORM}" | > | | 120 121 122 123 124 125 126 127 128 129 130 | ) done done } WORKDIR="${TMPDIR:-/tmp}/tcl-buildpkgs-$$${RANDOM}${RANDOM}${RANDOM}" PLATDIR="$(pwd)/out/${VERS}/${PLATFORM}" BUILDSYSROOT="$(cd ../; pwd)" export WORKDIR PLATDIR BUILDSYSROOT setup_tcl84 |