summaryrefslogtreecommitdiffstats
path: root/cross_toolset
Commit message (Collapse)AuthorAgeFilesLines
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-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>
* add autodoc and its deps to cross_tail_buildDavid Tardon2012-08-021-1/+1
| | | | Change-Id: I39c7f026576f1815ed7f683f0f039b2d074840cf
* Eventually build the lanedo msi* tools soonFridrich Štrba2012-07-231-1/+1
| | | | Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
* move ulfconv to l10ntoolsDavid Tardon2012-07-171-1/+1
| | | | | | This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
* 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.