summaryrefslogtreecommitdiffstats
path: root/tools/rockboxdev.sh
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-27verify that the download dir exists and is writable, or create it if it isDaniel Stenberg1-0/+17
2006-05-25for sh, get and apply the proper rockbox patch as wellDaniel Stenberg1-0/+17
2006-05-15handy script that downloads, builds and installs a cross-compiler setup for youDaniel Stenberg1-0/+137