Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixed conflicts in cache filepath when building 32-bit and 64-bit project on the same
machine or when doing cross compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactor config parsing to reduce number of changes when introducing a
new platform to support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently only cross compiling from linux64 to win64 works.
Need to test cross compilation more, currently the cross compilation
uses same profile as GCC, is that correct?
|
|
|
|
Some libraries such as gpu driver libraries cant be distributed because
even though the program is run on the same cpu arch, gpu can differ.
Removed dependency on patchelf, as it's not needed when executing ld-so
directly with --library-path
|
|
|
|
Tested on ubuntu 12.04
|
|
* Downloads libraries from internet if they are missing from the system
* Libraries are shared among all sibs projects as long as they use same
library versions
|
|
|
|
|
|
|