summaryrefslogtreecommitdiff
path: root/cross_toolset
AgeCommit message (Collapse)AuthorFilesLines
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan1-1/+1
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-08-02add autodoc and its deps to cross_tail_buildDavid Tardon1-1/+1
Change-Id: I39c7f026576f1815ed7f683f0f039b2d074840cf
2012-07-23Eventually build the lanedo msi* tools soonFridrich Štrba1-1/+1
Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
2012-07-17move ulfconv to l10ntoolsDavid Tardon1-1/+1
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
2012-06-14icc no more existsMatúš Kukan1-1/+1
Change-Id: I3e4387ba5414aee7108e8a471d964baaece2c0a0
2012-05-29move shell to cross_tail_buildDavid Tardon1-1/+1
Change-Id: I52ddd365f24589ca73a4671eca84b146df82dcb1
2012-05-20we do not need to depend on dictionaries anymoreDavid Tardon1-1/+1
Change-Id: I78e0772723ca3bc6c2fef42d6af66e17117cac0b
2012-05-01add READMEDavid Tardon1-0/+3
Change-Id: I2e8214297d071857205c1031b64842e731ef1248
2012-05-01utilize the tail_build concept for cross-compilationDavid Tardon1-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
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-02-23Tentatively drop gettext from cross_toolsetTor Lillqvist1-1/+1
2012-02-06fix mingw build, still bootstrap issues.Norbert Thiebaud1-9/+0
2012-02-06again with bootstrap, but for cross-compile this timeNorbert Thiebaud1-0/+8
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-0/+14
2011-09-27Make Android cross-build workingThorsten Behrens1-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.
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky1-0/+1
Plus various minor build tweaks.