aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
AgeCommit message (Expand)Author
2011-06-10Decrease default number of sync jobs from mirror to 6.Paul Sokolovsky
2011-06-06Create/export pinned aka release manifest.Paul Sokolovsky
2011-06-03Save copy of input manifest as build artifact, for reference.Paul Sokolovsky
2011-06-03Add support for packaging sysroot after build.Paul Sokolovsky
2011-06-03Use our mirror for repo init fetch.Paul Sokolovsky
2011-05-30Remove workaround for older linaro-build.sh .Paul Sokolovsky
2011-05-30Remove references to unsupported build config options.Paul Sokolovsky
2011-05-26Add SYNC_JOBS config var to set repo sync's -jN param.Paul Sokolovsky
2011-05-26Add --no-check-certificate so wget can download stuff from build server itself.Paul Sokolovsky
2011-05-25We're x86 (32bit) now.Paul Sokolovsky
2011-05-25Calc gcc version from upstream tarball.Paul Sokolovsky
2011-05-25Put BUILD_NUMBER in front of BUILD_ID (essentially timestamp).Paul Sokolovsky
2011-05-25Create output dir.Paul Sokolovsky
2011-05-25Workaround issue in linaro-build.sh master.Paul Sokolovsky
2011-05-25Build script for Linaro Android toolchain (using linaro-build.sh)Paul Sokolovsky
2011-05-24Move functions to common include file.Paul Sokolovsky
2011-05-03It's x86-64 builds in there.Paul Sokolovsky
2011-05-03Fix tar command.Paul Sokolovsky
2011-05-03Add --disable-libstdc__-v3 for now.Paul Sokolovsky
2011-05-03Android build scripts don't dupport DESTDIR, override install prefix instead.Paul Sokolovsky
2011-04-30DESTDIR must be an absolute path.Paul Sokolovsky
2011-04-30Prepare dist tarball for Jenkins archiving.Paul Sokolovsky
2011-04-29Make sure it's possible to override BINUTILS_VERSION and GCC_VERSION.Paul Sokolovsky
2011-04-29Add MAKE_TARGETS and MAKE_JOBS options to override make params.Paul Sokolovsky
2011-04-28Turn back old configure command.Paul Sokolovsky
2011-04-28Fix globbing magic.Paul Sokolovsky
2011-04-28Trying configure options which kinda built w/o GCC_NO_EXECUTABLES errors.Paul Sokolovsky
2011-04-27Quiet wget.Paul Sokolovsky
2011-04-27BINUTILS_VERSION, GCC_VERSION - set to the reasonable in-tree versions.Paul Sokolovsky
2011-04-27Add new option, SYSROOT_NDK_URL - URL of NDK from which to take sysroot.Paul Sokolovsky
2011-04-27Make get_version grok linaro package names.Paul Sokolovsky
2011-04-27Elaborate gcc/binutils base version extraction from prebuild toolchain filename.Paul Sokolovsky
2011-04-25Allow to pass $HUDSON_URL from Jenkins as location of mirror service.Paul Sokolovsky
2011-04-21Typo fix.Paul Sokolovsky
2011-04-21Add REPO_QUIET build config var to make repo less verbose.Paul Sokolovsky
2011-04-12Remove duplicate URL protocol.Paul Sokolovsky
2011-04-08Use HOST_ variables to specify the toolchain.James Westby
2011-04-08Add showcommands unless QUIET=1James Westby
2011-04-08Switch to boottarball.James Westby
2011-03-23build-scripts do not need to be executableMichael Hudson
2011-03-23whoopsMichael Hudson
2011-03-23more refactoringMichael Hudson
2011-03-23move build scripts into own dir, extract config processing into driver scriptMichael Hudson