aboutsummaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Collapse)AuthorFilesLines
2015-11-22introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack1-2/+5
To allow building for another location rather the final install prefix, regardless whether chroot based builds, cross-compile or canadian cross sdk is the goal, realize the difference between prefix, the sdk-root and the system root for final target. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22Revert "introduce support for sdkroot and sysroot to support cross-builds"Moritz Lenz1-5/+2
This reverts commit f0def6dc7b4f576668e689cfd44745e506a305ad. See https://github.com/rakudo/star/pull/53#issuecomment-158754696 for the reason.
2015-11-10introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack1-2/+5
To allow building for another location rather the final install prefix, regardless whether chroot based builds, cross-compile or canadian cross sdk is the goal, realize the difference between prefix, the sdk-root and the system root for final target. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-02-20Prepare parrot suspensionMoritz Lenz1-160/+6
2014-12-23Partially import NQP::Configure from rakudoMoritz Lenz1-3/+9
2014-05-03tools: only set $impl{config} when it is trueishTobias Leich1-1/+1
Otherwise we pass a ref of an empty hash around, wich will be treated truesh later.
2014-03-15Shut up an error and get a working --gen-moar.jnthn1-2/+2
2014-03-15Another try at Moar, to not fetch from Git.jnthn1-4/+7
2014-03-15Try to get --gen-moar working.jnthn1-0/+5
2014-03-15Fix syntax error.jnthn1-1/+1
2014-03-15Some Configure.pm updates for Moar.jnthn1-2/+3
2013-11-07start to adapt build to multiple backendsMoritz Lenz1-0/+4
2013-11-06import NQP::Configure from NQPMoritz Lenz1-63/+158
2012-08-28Move skel/ into top-level directory, to try building directly from the repo.pmichaud1-0/+365