Age | Commit message (Expand) | Author |
2011-12-24 | Remove bash-specific syntax from rockboxdev.sh | Thomas Martitz |
2011-12-23 | Actually call ct-ng (i.e. fix left-over from testing). | Thomas Martitz |
2011-12-23 | Add crosstool-NG build to rockboxdev.sh. | Thomas Martitz |
2011-12-19 | I think 'e' for arm (rather than 'a') is a typo | Nick Peskett |
2011-12-19 | Remove deprecated arm toolchain from rockboxdev.sh. Replace with arm-eabi. | Thomas Martitz |
2011-09-27 | sunet mirror was bad. let's try funet. | Björn Stenberg |
2011-09-26 | Use another GNU mirror while kernel.org is down. | Björn Stenberg |
2011-05-27 | FS#12121 by Sean Bartell, disables -Werror on binutils builds to fix them whe... | Nils Wallménius |
2011-01-13 | Make m68k-elf 4.5.2 toolchain build on OS X 10.6. | Dominik Riebeling |
2011-01-12 | rockboxdev.sh: coldfire toolchain upgrade, now using gcc 4.5.2 and binutils 2... | Nils Wallménius |
2011-01-10 | rockboxdev.sh: switch back to using the kernel.org mirrors as the gnu.org mir... | Nils Wallménius |
2011-01-06 | rockboxdev.sh: Hardcode gcc mirror for now as the gnu mirrors have a differen... | Nils Wallménius |
2011-01-06 | rockboxdev.sh: | Nils Wallménius |
2010-10-19 | rockboxdev.sh: Fix build failure on cygwin by not trying to remove the curren... | Torne Wuff |
2010-09-27 | Make eabi toolchain build on OS X 10.6. | Dominik Riebeling |
2010-07-10 | Add missing quote, and use the right word | Frank Gevaerts |
2010-07-10 | Update the text in rockboxdev.sh to make it clear that EABI should be used on... | Michael Giacomelli |
2010-06-12 | Don't explicitly set -j for make. Inform the user that he can set MAKEFLAGS ... | Jonas Häggqvist |
2010-06-11 | rockboxdev: patch eabi binutils to fix thumb interworking mixed with long calls | Rafaël Carré |
2010-06-11 | rockboxdev: build with -U_FORTIFY_SOURCE | Rafaël Carré |
2010-06-06 | The ifp isn't coldfire based, add some targets that are instead | Nils Wallménius |
2010-06-06 | Corrected the GMP & MPFR workaround. | Björn Stenberg |
2010-06-05 | makeinfo is required by recent binutils and gcc | Björn Stenberg |
2010-06-05 | Typo: We're using mipsel, not mips. | Björn Stenberg |
2010-06-05 | Added GMP and MPFR workaround for EABI GCC. | Björn Stenberg |
2010-06-02 | revert an accidental commit in r26078 | Jonathan Gordon |
2010-05-28 | Upgrade the ARM eabi toolchain to gcc 4.4.4 | Thomas Martitz |
2010-05-16 | FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba... | Jonathan Gordon |
2010-03-08 | Update rockboxdev.sh/configure for arm-elf-eabi-gcc 4.4.3 and binutils 2.20.1. | Thomas Martitz |
2010-03-07 | rockbox.dev.sh | Jens Arnold |
2009-11-20 | Add arm-elf-eabi target to rockboxdev.sh, selected with "e". | Andrew Mahone |
2009-07-20 | Add quotes around the name of any missing tools (patch, make etc) to help cla... | Dave Chapman |
2009-07-13 | FS#10436 - add the Sansa View to the build system. The bootloader builds but... | Robert Keevil |
2009-05-10 | Revert r20704 and only use the -r option when compiling binutils. This is go... | Dave Chapman |
2009-04-13 | Commit FS#10108 by myself: use the -r option for gmake and make when building... | Robert Menes |
2009-04-10 | Make rockboxdev.sh building multiple targets in a run work again by not compl... | Thomas Martitz |
2009-03-17 | When rockboxdev.sh temporarily adds $bindir to the PATH (so the gcc build can... | Dave Chapman |
2009-03-12 | Oops, I cut&pasted a bit too much. | Thomas Martitz |
2009-03-12 | rockboxdev.sh: Fix summary (it ended up in the wrong path after my previous c... | Thomas Martitz |
2009-02-24 | Rearrange a bit, so that it checks for the build dir after downloading, makes... | Thomas Martitz |
2009-01-08 | rockboxdev.sh now respects the environment variables RBDEV_DOWNLOAD, RBDEV_PR... | Jonas Häggqvist |
2008-12-01 | hide the which gmake errors, a part of the patch in FS#9338 by Tomer Shalev | Daniel Stenberg |
2008-10-30 | Use CFLAGS=-U_FORTIFY_SOURCE for binutils and gcc configuration | Rafaël Carré |
2008-10-29 | Make rockboxdev.sh abort as soon as an error is encountered | Rafaël Carré |
2008-10-29 | set "CPPFLAGS=-U_FORTIFY_SOURCE" when the gcc configure is invoked to make it | Daniel Stenberg |
2008-10-11 | Make the MIPS toolchain build on gcc 4.3+. | Jens Arnold |
2008-09-30 | Revert unnecessary fix for broken Interix-gcc 4.2. | Jens Arnold |
2008-09-29 | Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror d... | Jens Arnold |
2008-09-28 | Interix also doesn't like the m68040. | Jens Arnold |
2008-09-07 | Allow arbitrary compiler combinations in rockboxdev.sh by specifying a list o... | Dominik Riebeling |