summaryrefslogtreecommitdiffstats
path: root/cross_toolset
Commit message (Collapse)AuthorAgeFilesLines
* 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.