- built for armv6k (allow to target Raspberry Pi). Work on Jetson TK1 too.
- fixes/changes to some places in TPS for easier compilation (needs to be properly addressed).
[CL 2345912 by Dmitry Rekman in Main branch]
- Got rid of shared objects wherever possible (an -fPIC .a is provided instead).
- Rebuilt bundled binaries against glibc 2.12 (issue reported by @raxxy)
- Fixes in freetype cross-compilation for the above and to account for AutoSDK changes.
[CL 2303762 by Dmitry Rekman in Main branch]
- Now supplying .a and .so for monolithic and modular builds.
- No more "drop-in" version.
- Simplistic script with configure options.
[CL 2132839 by Dmitry Rekman in Main branch]
- Linux now supports targeting different architecture, with architecture string matching standard target triplet, i.e. "x86_64-unknown-linux-gnu" for generic x86-64 Linux, the only supported platform at the moment.
- All Linux binaries (and other files for which this is important) are under subdirectory whose name matches the target triplet.
- UBT is modified so that architecture names aren't necessarily appended to binaries.
Also removed implicit dependency on libz in the toolchain and made it depend properly on our zlib module.
#codereview Josh.Adams, Daniel.Lamb, Michael.Trepka
[CL 2089848 by Dmitry Rekman in Main branch]
- Patches to HACD, hlslcc,mcpp and nvtess (licenses updated where appropriate).
- Support for Linux target platform in a bunch of TPS modules.
- Automate update of dependencies to an extent.
- Misc. changes (accomodate perforce and git flows, minor code bug when dealing with TPS etc).
#codereview Mike.Fricker, Ben.Marsh
[CL 2069938 by Dmitry Rekman in Main branch]