From eea149bd1399e749a6dae8b3a6fe5ff076ead985 Mon Sep 17 00:00:00 2001 From: Robert Keevil Date: Mon, 13 Jul 2009 21:09:39 +0000 Subject: FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 40 ++++++++++++++++++++++++++++++++++++---- tools/rockboxdev.sh | 2 +- 2 files changed, 37 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 42854fba79..6d65f648cf 100755 --- a/tools/configure +++ b/tools/configure @@ -310,6 +310,14 @@ arm1136jfscc () { gccchoice="4.0.3" } +arm1176jzscc () { + prefixtools arm-elf- + GCCOPTS="$CCOPTS -mcpu=arm1176jz-s -mlong-calls" + GCCOPTIMIZE="-fomit-frame-pointer" + endian="little" + gccchoice="4.0.3" +} + mipselcc () { prefixtools mipsel-elf- GCCOPTS="$CCOPTS -march=mips32 -mtune=r4600 -mno-mips16 -mno-long-calls" @@ -791,10 +799,10 @@ cat <