Overview
Comment: | Removed x86_64 from TCC platforms |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 959c3bf228b42f5bb4895f782c5b57f5f708607e |
User & Date: | rkeene on 2011-07-25 14:47:53 |
Other Links: | manifest | tags |
Context
2011-07-27
| ||
13:58 | Updated to latest SQLite3 check-in: 958acbc40b user: rkeene tags: trunk | |
2011-07-25
| ||
14:47 | Removed x86_64 from TCC platforms check-in: 959c3bf228 user: rkeene tags: trunk | |
13:52 | Updated TCC to build only on ix86/x86_64 platforms Fixed bugs in TCC 0.4 with patches and build.sh updates check-in: 3e4cf5d7be user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc/build.sh from [49725eb0a2] to [0cb0b2dec3].
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Load common functions
source ../common.sh
# Do not build if the "tcl" platform has been requested
not_platforms 'tcl'
# Only build for the following platforms
only_platforms_regexp '-ix86$' '-x86_64$'
# Download source
download_src
# Extract package
(
rm -rf build
|
| |
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Load common functions source ../common.sh # Do not build if the "tcl" platform has been requested not_platforms 'tcl' # Only build for the following platforms only_platforms_regexp '-ix86$' # Download source download_src # Extract package ( rm -rf build |