aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-01-19Copy contents of sysroot directory, not the directory itself.Rob Savoye
2015-12-04Revert "Check that expect works before running make check"Charles Baylis
2015-12-04Check that expect works before running make checkCharles Baylis
2015-11-30Move running GCC's "gcc_update --touch" script from "build" to "checkout"Maxim Kuvyrkov
2015-11-16Use rysnc and drop the -h option to tar so symbolic links don't get dereferen...Rob Savoye
2015-10-08Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28123.Christophe Lyon
2015-10-01lib/checkout.sh: prune git branches before git pull in checkout() 'Update' co...Ryan S. Arnold
2015-10-01lib/configure.sh: Set libdir=/usr/lib, slibdir=/lib, and rtlddir=/libRyan S. Arnold
2015-09-18Add support to use Mingw2 expat dev package for win2 GDB builds.Rob Savoye
2015-09-14Temporarily disable using installjammer to build win32 installers.Rob Savoye
2015-09-10Append version number to installjammer path.Rob Savoye
2015-09-09Move downloading and installing the win32 python files.Rob Savoye
2015-09-01Set [e]glibc libdir to /lib instead of /usr/libRob Savoye
2015-08-31Merge "Clarify and fix handling of md5sums in $git_reference_dir"Ryan Arnold
2015-08-31lib/checkout.sh: Deliberately checkout HEAD if ${branch} is empty.Ryan S. Arnold
2015-08-31Merge "Add a backtrace function to do a bash stack dump, useful when debuggin...Maxim Kuvyrkov
2015-08-31Merge "remove unused protocols, svn, br, lp"Maxim Kuvyrkov
2015-08-23Clarify and fix handling of md5sums in $git_reference_dirMaxim Kuvyrkov
2015-08-18Return 1 if get_git_<foo> services fail.Ryan S. Arnold
2015-08-17remove unused protocols, svn, br, lpRob Savoye
2015-08-17Correct create_release_tag to support yyyy.mm-X-rcY as well as yyyy.mm-rcYRyan S. Arnold
2015-08-17Replace all instances of staging.git.linaro.org with git.linaro.org.Ryan S. Arnold
2015-08-14Merge "lib/checkout.sh: Restore ability to specify tarballs for main toolchai...Rob Savoye
2015-08-14Merge "lib/package.sh: Remove spurious ' echo gcc_*' from manifest generat...Rob Savoye
2015-08-14lib/checkout.sh: Restore ability to specify tarballs for main toolchain packa...Ryan S. Arnold
2015-08-14lib/package.sh: Remove spurious ' echo gcc_*' from manifest generation.Ryan S. Arnold
2015-08-13Use InstallJammer to build installable packages for windows and Linux.Rob Savoye
2015-08-13Merge "Add trap for EXIT to the list so schroot sessions are always cleaned up."Ryan Arnold
2015-08-12fetch_reference() will create ${local_snapshots}/${dir} if it is missing.Ryan S. Arnold
2015-08-11Add a backtrace function to do a bash stack dump, useful when debugging ABE.Rob Savoye
2015-08-10Add trap for EXIT to the list so schroot sessions are always cleaned up.Rob Savoye
2015-08-07Install mingw python files into the destdir so they get packaged in a binary ...Rob Savoye
2015-08-05Improve create_release_tag() to handle source tarballs correctly.Rob Savoye
2015-08-03Merge "Make GDB build the python support by default."Ryan Arnold
2015-08-03Make GDB build the python support by default.Rob Savoye
2015-08-03Merge "Adjust the manifest file fields when a source tarball is used for input."Ryan Arnold
2015-08-03Adjust the manifest file fields when a source tarball is used for input.Rob Savoye
2015-07-29lib/fetch.sh: Remove fetch stamps and use service specific update on file cha...Ryan S. Arnold
2015-07-29lib/depend.sh: Select correctly matching file in md5sums file rather than the...Ryan S. Arnold
2015-07-29Merge "lib/checkout.sh: Restore "--checkout all" functionality."Rob Savoye
2015-07-29Merge "lib/checkout.sh: Fix greedy checkout_infrastructure()."Rob Savoye
2015-07-28lib/common.sh:dryrun() "RUN: $1" output should go to stderr.Ryan S. Arnold
2015-07-28Simplify lib/fetch.sh:check_md5sum()Ryan S. Arnold
2015-07-28lib/checkout.sh: Restore "--checkout all" functionality.Ryan S. Arnold
2015-07-28lib/checkout.sh: Fix greedy checkout_infrastructure().Ryan S. Arnold
2015-07-28Merge "lib/fetch.sh: remove update_source() as it is not used."Rob Savoye
2015-07-27lib/fetch.sh() Remove fetch_scp() and fetch_rsync().Ryan S. Arnold
2015-07-27lib/fetch.sh: remove update_source() as it is not used.Ryan S. Arnold
2015-07-22copy libwinpthread from the mingw installation to destdir and the gcc build d...Rob Savoye
2015-07-17Disable sshfs-sharing when testing using schrootsMaxim Kuvyrkov