summaryrefslogtreecommitdiffstats
path: root/tools/rockboxdev.sh
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Update rockboxdev.sh/configure for arm-elf-eabi-gcc 4.4.3 and binutils 2.20.1.Thomas Martitz1-4/+9
2010-03-07rockbox.dev.shJens Arnold1-3/+7
2009-11-20Add arm-elf-eabi target to rockboxdev.sh, selected with "e".Andrew Mahone1-2/+19
2009-07-20Add quotes around the name of any missing tools (patch, make etc) to help cla...Dave Chapman1-2/+2
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil1-1/+1
2009-05-10Revert r20704 and only use the -r option when compiling binutils. This is go...Dave Chapman1-3/+5
2009-04-13Commit FS#10108 by myself: use the -r option for gmake and make when building...Robert Menes1-2/+2
2009-04-10Make rockboxdev.sh building multiple targets in a run work again by not compl...Thomas Martitz1-26/+32
2009-03-17When rockboxdev.sh temporarily adds $bindir to the PATH (so the gcc build can...Dave Chapman1-1/+1
2009-03-12Oops, I cut&pasted a bit too much.Thomas Martitz1-11/+10
2009-03-12rockboxdev.sh: Fix summary (it ended up in the wrong path after my previous c...Thomas Martitz1-29/+38
2009-02-24Rearrange a bit, so that it checks for the build dir after downloading, makes...Thomas Martitz1-10/+12
2009-01-08rockboxdev.sh now respects the environment variables RBDEV_DOWNLOAD, RBDEV_PR...Jonas Häggqvist1-6/+6
2008-12-01hide the which gmake errors, a part of the patch in FS#9338 by Tomer Shalev Daniel Stenberg1-1/+1
2008-10-30Use CFLAGS=-U_FORTIFY_SOURCE for binutils and gcc configurationRafaël Carré1-2/+4
2008-10-29Make rockboxdev.sh abort as soon as an error is encounteredRafaël Carré1-0/+6
2008-10-29set "CPPFLAGS=-U_FORTIFY_SOURCE" when the gcc configure is invoked to make itDaniel Stenberg1-1/+3
2008-10-11Make the MIPS toolchain build on gcc 4.3+.Jens Arnold1-1/+4
2008-09-30Revert unnecessary fix for broken Interix-gcc 4.2.Jens Arnold1-3/+1
2008-09-29Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror d...Jens Arnold1-1/+10
2008-09-28Interix also doesn't like the m68040.Jens Arnold1-1/+1
2008-09-07Allow arbitrary compiler combinations in rockboxdev.sh by specifying a list o...Dominik Riebeling1-20/+13
2008-08-10Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not abo...Maurus Cuelenaere1-0/+6
2008-08-02Commit FS#9228 thanks to Alex ParkerMaurus Cuelenaere1-2/+2
2008-08-01Commit second version of FS#9158 (Tomer Shalev) with spelling fixMaurus Cuelenaere1-31/+42
2008-07-30Commit FS#9158 thanks to Tomer ShalevMaurus Cuelenaere1-2/+12
2008-07-17Fix building MIPS cross compilerMaurus Cuelenaere1-1/+3
2008-07-14Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere1-0/+2
2008-07-08introducing MIPS support, not included in the "build all" action yetDaniel Stenberg1-0/+10
2008-06-28revert accidental commitMarcoen Hirschberg1-2/+2
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg1-2/+2
2008-04-28now build the ARM crosscompiler with support for big-endian targetsMarcoen Hirschberg1-1/+1
2008-03-28fix the m68k crosscompiler build for FreeBSDMarcoen Hirschberg1-1/+1
2007-10-19Patches moved out from twiki.Björn Stenberg1-4/+1
2007-10-18Replace thumb-interwork-4.0.3.diff patch for arm-elf-gcc with rockbox-multili...Dave Chapman1-1/+1
2007-09-07Use /tmp for temporary directories instead of /home/bjstBjörn Stenberg1-2/+2
2007-08-13Simpler fix for rockboxdev.sh make/gmake detection in Mac OS X/Darwin.Barry Wardell1-6/+1
2007-08-13Accept FS#6499 - fix rockboxdev.sh make/gmake detection in Mac OS X/Darwin. T...Barry Wardell1-0/+5
2007-06-29Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564)Björn Stenberg1-0/+7
2007-05-24verify that a few required tools are present to prevent "odd" messages laterDaniel Stenberg1-0/+13
2007-03-05Make rockboxdev.sh build ARM libgcc with support for thumb code interworkingDaniel Ankers1-0/+2
2007-02-26No need to download the huge gcc tarball, gcc-core will do fine for us.Thom Johansen1-3/+3
2006-11-22Use gmake rather than make, if available. Patch FS#6340 by Lutz BöhneJonas Häggqvist1-4/+17
2006-10-10mention what download tools the script expectsDaniel Stenberg1-1/+2
2006-09-26die if the effective user doesn't have write permission in the install base dirDaniel Stenberg1-1/+2
2006-08-13m68k-elf-gcc 3.4.6 built on MacOS or Cygwin need a diable-68040 patch toDaniel Stenberg1-0/+12
2006-08-10make the script echo more about what it is doing (with a ROCKBOXDEV: prefix)Daniel Stenberg1-9/+19
2006-05-30Use the correct compression when extracting gccLinus Nielsen Feltzing1-1/+1
2006-05-30Added an "all" option that builds all cross-compiler in one go. Expect it toDaniel Stenberg1-28/+81
2006-05-29Check the download and prefix dirs somewhat before proceeding, output theDaniel Stenberg1-26/+45