Overview
Comment: | Updated to build for Solaris 2.8 and Solaris 2.10 on SPARC |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
aa587e91a747bbfce0af487a29223404 |
User & Date: | rkeene on 2011-12-11 17:11:48 |
Other Links: | manifest | tags |
Context
2012-05-12
| ||
18:19 | Updated to build GNU readline if needed check-in: 86fb425c6b user: rkeene tags: trunk | |
2011-12-11
| ||
17:11 | Updated to build for Solaris 2.8 and Solaris 2.10 on SPARC check-in: aa587e91a7 user: rkeene tags: trunk | |
17:11 | Updated to build and statically link against OpenSSL on Solaris check-in: 54bbcae6f1 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build-all-platforms.sh from [7f74be5242] to [4313924d82].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | #! /bin/bash CCROOT="${HOME}/root/cross-compilers" SETUP_CC="${CCROOT}/setup-cc" |
︙ |