Age | Commit message (Expand) | Author |
2017-06-17 | util/crossgcc: Fix musl libc support | Philipp Deppenwiese |
2017-06-08 | crossgcc: Resolve pointer and integer comparison in GCC | Paul Kocialkowki |
2017-06-06 | buildgcc: Fix color output in download_showing_percentage | Nico Huber |
2017-04-28 | crossgcc: disable libsanitizer for the bootstrapped compiler | Patrick Georgi |
2017-04-27 | crossgcc: fix DESTDIR builds | Patrick Georgi |
2017-03-23 | crossgcc/Dockerfile: Add gnat to build the Ada toolchain | Nico Huber |
2017-03-23 | buildgcc: Relax GNAT version checks | Nico Huber |
2017-03-23 | buildgcc: Fix check for a .success file | Nico Huber |
2017-03-14 | buildgcc: Search for `xz` too | Nico Huber |
2017-03-09 | toolchain: fix compilation of GMP on FreeBSD | Idwer Vollering |
2017-03-05 | buildgcc: Update GCC, Binutils, GMP, MPFR, GDB, IASL and LLVM | Iru Cai |
2017-01-10 | buildgcc: try curl if wget is not present | Patrick Georgi |
2017-01-04 | util/crossgcc: update jenkins-build-toolchain | Martin Roth |
2017-01-04 | buildgcc: Remove quotes around a $CC call | Nico Huber |
2016-12-28 | buildgcc: Indicate CXXFLAGS for binutils | Nico Huber |
2016-12-28 | buildgcc: Fix string comparison operator | Nico Huber |
2016-12-27 | buildgcc: Build GMP `--with-pic` if GCC defaults to `-pie` | Nico Huber |
2016-12-06 | buildgcc: Be less restrictive when trying to build GNAT | Nico Huber |
2016-12-06 | buildgcc: Fix function prototype in GCC | Nico Huber |
2016-11-28 | crossgcc/buildgcc: Show additional information while building | Martin Roth |
2016-11-28 | util/crossgcc: fix using -D | Patrick Georgi |
2016-11-17 | crossgcc/buildgcc: Add package version to saved .success file | Martin Roth |
2016-09-26 | crossgcc: Add Dockerfile | Patrick Georgi |
2016-09-21 | buildgcc: Build gnat by default if host compiler seems compatible | Nico Huber |
2016-09-21 | buildgcc: Ask the user to install gnat if it's missing | Nico Huber |
2016-09-21 | buildgcc: Don't try to build gnat with a different version | Nico Huber |
2016-09-21 | buildgcc: Warn when building GCC with a different major version | Nico Huber |
2016-09-21 | buildgcc: Add functions to test GCC versions | Nico Huber |
2016-09-21 | buildgcc: Show excessive arguments and bail out | Nico Huber |
2016-09-21 | buildgcc: Check exit status of `getopt` | Nico Huber |
2016-09-21 | buildgcc: Fix GNU getopt usage | Nico Huber |
2016-09-21 | buildgcc: Fix option arguments | Nico Huber |
2016-09-20 | buildgcc: Update to acpica version 20160831 | Martin Roth |
2016-09-11 | buildgcc: Quote command substitution | Idwer Vollering |
2016-09-02 | buildgcc: Search the cksum command without checking OS type | zbao |
2016-09-02 | Fix newlines at the end of files | Martin Roth |
2016-08-13 | crossgcc: Update make to latest version: 4.2.1 | Martin Roth |
2016-08-13 | crossgcc: Add gnumake target so that make can be built directly | Martin Roth |
2016-08-11 | buildgcc: printf no-color before quiting | Zheng Bao |
2016-08-09 | buildgcc: Use upstream patch for aarch64 build issue | Paul Kocialkowski |
2016-07-31 | buildgcc: Apply patches with -p1 | Nico Huber |
2016-07-21 | buildgcc: Never set GMP CFLAGS manually in order to get the right flags | Paul Kocialkowski |
2016-07-16 | buildgcc: Update the revision to 1.41 | Martin Roth |
2016-07-14 | buildgcc: Update to binutils-2.26.1 & Fix aarch64 build issue | Martin Roth |
2016-07-05 | buildgcc: Add option to bootstrap a host gcc | Nico Huber |
2016-07-05 | buildgcc: Make package build() function more versatile | Nico Huber |
2016-05-04 | buildgcc: Update Python to 3.5.1 | Stefan Reinauer |
2016-05-04 | buildgcc: Update gdb and expat | Stefan Reinauer |
2016-05-04 | crossgcc: Update toolchain | Iru Cai |
2016-05-04 | buildgcc: Always set HOSTCFLAGS | Nico Huber |
2016-05-04 | buildgcc: Use smaller xz archives | Stefan Reinauer |
2016-05-04 | buildgcc: Drop --target from python and expat | Stefan Reinauer |
2016-04-20 | crossgcc/Makefile.inc: Update jenkins-build-toolchain | Martin Roth |
2016-04-19 | crossgcc: Move temp file handling into cleanup function | Stefan Reinauer |
2016-04-18 | crossgcc: Fix out of bounds array access for nds32le | Stefan Reinauer |
2016-04-15 | crossgcc: Add version number to script name | Stefan Reinauer |
2016-04-12 | crossgcc: skip TARGETARCH for tools that don't use it | Martin Roth |
2016-04-11 | util/crossgcc/buildgcc: correct clang test | Aaron Durbin |
2016-04-09 | crossgcc: Add workaround for libgcc's GNU sed dependency | Stefan Reinauer |
2016-04-09 | util/crossgcc/buildgcc: quote parameters that may have spaces | Aaron Durbin |
2016-04-06 | buildgcc: enable interwork/multilib for binutils | Stefan Reinauer |
2016-04-06 | crossgcc: Fix compilation on Clang systems | Stefan Reinauer |
2016-03-26 | Makefile: Update jenkins-build-toolchain to run build tests | Martin Roth |
2016-03-25 | buildgcc: Add check for missing libraries and test for zlib | Martin Roth |
2016-03-25 | buildgcc: support pigz and lbzip2 decpmpressors if installed. | Martin Roth |
2016-03-25 | buildgcc: Fix help text formatting | Martin Roth |
2016-03-24 | crossgcc: Enable multiple targets for a platform | Patrick Georgi |
2016-03-24 | buildgcc: Update coreboot's IASL version to 20160318 | Martin Roth |
2016-03-24 | crossgcc: Switch POWER8 to big endian mode | Martin Roth |
2016-03-11 | crossgcc/buildgcc: Add missing quotation mark | Jonathan Neuschäfer |
2016-03-11 | crossgcc/buildgcc: Update for recent arch additions | Martin Roth |
2016-03-11 | crossgcc/buildgcc: Add comment about URLs and jenkins builder | Martin Roth |
2016-03-11 | crossgcc/Makefile.inc: Add target for jenkins toolchain test build | Martin Roth |
2016-03-08 | crossgcc: Build make per default | Stefan Reinauer |
2016-03-03 | buildgcc: Bump version to 1.36 | Stefan Reinauer |
2016-03-02 | crossgcc: add 'urls' option to print urls of all packages | Martin Roth |
2016-03-02 | buildgcc: Add 'nocolor' option to remove color codes from output | Martin Roth |
2016-03-02 | buildgcc: Use $(CURDIR) instead of $(PWD) | Stefan Reinauer |
2016-03-02 | buildgcc: Disable RISC-V GDB | Stefan Reinauer |
2016-03-01 | buildgcc: Allow specifying destination directory | Stefan Reinauer |
2016-03-01 | buildgcc: Fix building GDB for mipsel-elf | Stefan Reinauer |
2016-03-01 | crosstool: add EXPAT as a dependency on the gdb build. | Ronald G. Minnich |
2016-02-29 | buildgcc: Add support for gdb on x86_64-elf | Stefan Reinauer |
2016-02-18 | crossgcc: Change 'tar balls' to 'tarballs' | Martin Roth |
2016-02-15 | Fix a build problem with power 8: use --with-system-zlib | Ronald G. Minnich |
2016-02-13 | crossgcc: Use acpica-unix2 over acpica-unix | Patrick Georgi |
2016-02-10 | buildgcc: enable multilib for gcc | Patrick Georgi |
2016-02-04 | crossgcc: Add checksum for make | Stefan Reinauer |
2016-02-04 | crossgcc: Rename x86 to x64 | Stefan Reinauer |
2016-02-03 | crossgcc: Bring back the old iasl building scheme | Patrick Georgi |
2016-02-03 | crossgcc: Also add the nds32le architecture to the coreboot Makefile | Patrick Georgi |
2016-02-03 | crossgcc/Makefile.inc: deduplicate cross*-$arch rules | Patrick Georgi |
2016-02-03 | buildgcc: Move all toolchain build targets to util/crossgcc | Stefan Reinauer |
2016-02-03 | buildgcc: Reorganize when IASL is built | Stefan Reinauer |
2016-02-03 | buildgcc: add nds32le compiler | Stefan Reinauer |
2016-02-03 | buildgcc: Rename ARM target from armv7a to arm | Stefan Reinauer |
2016-01-31 | buildgcc: Add GNU make to reference toolchain | Stefan Reinauer |
2016-01-31 | buildgcc: Update LLVM to 3.7.1 | Stefan Reinauer |
2016-01-31 | buildgcc: Rename armv7-a-eabi compiler to arm-eabi | Stefan Reinauer |
2016-01-26 | crossgcc: Enable powerpc64-linux target without ppc64-linux headers | Patrick Georgi |