Differences From Artifact [7a25fae137]:
- Executable file server/buildpkgs/build_all.sh — part of check-in [a1e573a7a5] at 2014-05-16 20:47:24 on branch trunk — Updated to compile correct directory most of the time (user: rkeene, size: 7327) [annotate] [blame] [check-ins using]
To Artifact [4bef3a5bc6]:
- Executable file server/buildpkgs/build_all.sh — part of check-in [4e7ee9f284] at 2014-05-18 02:22:30 on branch trunk — Updated to link to libgcc statically on Android (user: rkeene, size: 7345) [annotate] [blame] [check-ins using]
| ︙ | |||
186 187 188 189 190 191 192 | 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 | - + |
else
PLATFORM="${FORCE_PLATFORM}"
fi
export PLATFORM
# Set platform specific configuration
case "${PLATFORM}" in
|
| ︙ |