summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh (follow)
Commit message (Expand)AuthorAge
* Make eabi toolchain build on OS X 10.6.Dominik Riebeling2010-09-27
* Add missing quote, and use the right wordFrank Gevaerts2010-07-10
* Update the text in rockboxdev.sh to make it clear that EABI should be used on...Michael Giacomelli2010-07-10
* Don't explicitly set -j for make. Inform the user that he can set MAKEFLAGS ...Jonas Häggqvist2010-06-12
* rockboxdev: patch eabi binutils to fix thumb interworking mixed with long callsRafaël Carré2010-06-11
* rockboxdev: build with -U_FORTIFY_SOURCERafaël Carré2010-06-11
* The ifp isn't coldfire based, add some targets that are insteadNils Wallménius2010-06-06
* Corrected the GMP & MPFR workaround.Björn Stenberg2010-06-06
* makeinfo is required by recent binutils and gccBjörn Stenberg2010-06-05
* Typo: We're using mipsel, not mips.Björn Stenberg2010-06-05
* Added GMP and MPFR workaround for EABI GCC.Björn Stenberg2010-06-05
* revert an accidental commit in r26078Jonathan Gordon2010-06-02
* Upgrade the ARM eabi toolchain to gcc 4.4.4Thomas Martitz2010-05-28
* FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon2010-05-16
* Update rockboxdev.sh/configure for arm-elf-eabi-gcc 4.4.3 and binutils 2.20.1.Thomas Martitz2010-03-08
* rockbox.dev.shJens Arnold2010-03-07
* Add arm-elf-eabi target to rockboxdev.sh, selected with "e".Andrew Mahone2009-11-20
* Add quotes around the name of any missing tools (patch, make etc) to help cla...Dave Chapman2009-07-20
* FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil2009-07-13
* Revert r20704 and only use the -r option when compiling binutils. This is go...Dave Chapman2009-05-10
* Commit FS#10108 by myself: use the -r option for gmake and make when building...Robert Menes2009-04-13
* Make rockboxdev.sh building multiple targets in a run work again by not compl...Thomas Martitz2009-04-10
* When rockboxdev.sh temporarily adds $bindir to the PATH (so the gcc build can...Dave Chapman2009-03-17
* Oops, I cut&pasted a bit too much.Thomas Martitz2009-03-12
* rockboxdev.sh: Fix summary (it ended up in the wrong path after my previous c...Thomas Martitz2009-03-12
* Rearrange a bit, so that it checks for the build dir after downloading, makes...Thomas Martitz2009-02-24
* rockboxdev.sh now respects the environment variables RBDEV_DOWNLOAD, RBDEV_PR...Jonas Häggqvist2009-01-08
* hide the which gmake errors, a part of the patch in FS#9338 by Tomer Shalev Daniel Stenberg2008-12-01
* Use CFLAGS=-U_FORTIFY_SOURCE for binutils and gcc configurationRafaël Carré2008-10-30
* Make rockboxdev.sh abort as soon as an error is encounteredRafaël Carré2008-10-29
* set "CPPFLAGS=-U_FORTIFY_SOURCE" when the gcc configure is invoked to make itDaniel Stenberg2008-10-29
* Make the MIPS toolchain build on gcc 4.3+.Jens Arnold2008-10-11
* Revert unnecessary fix for broken Interix-gcc 4.2.Jens Arnold2008-09-30
* Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror d...Jens Arnold2008-09-29
* Interix also doesn't like the m68040.Jens Arnold2008-09-28
* Allow arbitrary compiler combinations in rockboxdev.sh by specifying a list o...Dominik Riebeling2008-09-07
* Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not abo...Maurus Cuelenaere2008-08-10
* Commit FS#9228 thanks to Alex ParkerMaurus Cuelenaere2008-08-02
* Commit second version of FS#9158 (Tomer Shalev) with spelling fixMaurus Cuelenaere2008-08-01
* Commit FS#9158 thanks to Tomer ShalevMaurus Cuelenaere2008-07-30
* Fix building MIPS cross compilerMaurus Cuelenaere2008-07-17
* Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere2008-07-14
* introducing MIPS support, not included in the "build all" action yetDaniel Stenberg2008-07-08
* revert accidental commitMarcoen Hirschberg2008-06-28
* initial Meizu M6SL port (take 2)Marcoen Hirschberg2008-06-27
* now build the ARM crosscompiler with support for big-endian targetsMarcoen Hirschberg2008-04-28
* fix the m68k crosscompiler build for FreeBSDMarcoen Hirschberg2008-03-28
* Patches moved out from twiki.Björn Stenberg2007-10-19
* Replace thumb-interwork-4.0.3.diff patch for arm-elf-gcc with rockbox-multili...Dave Chapman2007-10-18
* Use /tmp for temporary directories instead of /home/bjstBjörn Stenberg2007-09-07