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 10 # Load common functions 11 11 source ../common.sh 12 12 13 13 # Do not build if the "tcl" platform has been requested 14 14 not_platforms 'tcl' 15 15 16 16 # Only build for the following platforms 17 -only_platforms_regexp '-ix86$' '-x86_64$' 17 +only_platforms_regexp '-ix86$' 18 18 19 19 # Download source 20 20 download_src 21 21 22 22 # Extract package 23 23 ( 24 24 rm -rf build