summaryrefslogtreecommitdiffstats
path: root/cross_toolset
Commit message (Collapse)AuthorAgeFilesLines
* icc no more existsMatúš Kukan2012-06-141-1/+1
| | | | Change-Id: I3e4387ba5414aee7108e8a471d964baaece2c0a0
* move shell to cross_tail_buildDavid Tardon2012-05-291-1/+1
| | | | Change-Id: I52ddd365f24589ca73a4671eca84b146df82dcb1
* we do not need to depend on dictionaries anymoreDavid Tardon2012-05-201-1/+1
| | | | Change-Id: I78e0772723ca3bc6c2fef42d6af66e17117cac0b
* add READMEDavid Tardon2012-05-011-0/+3
| | | | Change-Id: I2e8214297d071857205c1031b64842e731ef1248
* utilize the tail_build concept for cross-compilationDavid Tardon2012-05-011-1/+1
| | | | | | | | There is a new module cross_tail_build that serves the same purpose for the build side of cross-compilation (started from cross_toolset) as tail_build for the host side. Change-Id: Ic16bae9a7197a1f31cc2dcf31b16bbac68c3300f
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Tentatively drop gettext from cross_toolsetTor Lillqvist2012-02-231-1/+1
|
* fix mingw build, still bootstrap issues.Norbert Thiebaud2012-02-061-9/+0
|
* again with bootstrap, but for cross-compile this timeNorbert Thiebaud2012-02-061-0/+8
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-0/+14
|
* Make Android cross-build workingThorsten Behrens2011-09-271-1/+1
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* Allow parallel build of the the cross build toolset.Jan Holesovsky2011-08-191-0/+1
Plus various minor build tweaks.