Differences From Artifact [50ab5da7e8]:
- Executable file build/build-platform — part of check-in [fd6711ab73] at 2014-06-16 04:48:58 on branch trunk — Updated to not build TCC as a static so that existing symbols could resolved by TCC itself (user: rkeene, size: 1991) [annotate] [blame] [check-ins using]
To Artifact [1ca5386209]:
- Executable file build/build-platform — part of check-in [7986e3289d] at 2014-06-23 20:35:28 on branch trunk — Updated to include build tests for FreeBSD (user: rkeene, size: 2049) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
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
|
| ︙ | ︙ |