Overview
| Comment: | Updated to include build tests for FreeBSD |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
7986e3289dbeb64995f8368d9cad075b |
| User & Date: | rkeene on 2014-06-23 20:35:28.237 |
| Other Links: | manifest | tags |
Context
|
2014-06-23
| ||
| 20:35 | tcc4tcl 0.22 check-in: f3e061f612 user: rkeene tags: trunk, 0.22 | |
| 20:35 | Updated to include build tests for FreeBSD check-in: 7986e3289d user: rkeene tags: trunk | |
| 20:31 | Updated to not do curl tests if cross-compiling check-in: a6c35050af user: rkeene tags: trunk | |
Changes
Modified build/build-platform
from [50ab5da7e8]
to [1ca5386209].
| ︙ | ︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
;;
android-arm)
platform="arm-android9-linux-androideabi"
;;
netbsd-amd64)
platform="x86_64-unknown-netbsd5"
;;
'')
exit 0
;;
*)
echo "Unknown platform: ${platform}" >&2
exit 1
| > > > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
;;
android-arm)
platform="arm-android9-linux-androideabi"
;;
netbsd-amd64)
platform="x86_64-unknown-netbsd5"
;;
freebsd-amd64)
platform="x86_64-unknown-freebsd8"
;;
'')
exit 0
;;
*)
echo "Unknown platform: ${platform}" >&2
exit 1
|
| ︙ | ︙ |