From b8ddc61386c87b2e412a23c6d0546c3f58c5394e Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Tue, 13 Nov 2007 04:09:25 +0000 Subject: Built the M:Robe with the -mcpu=arm926ej-s option by default. A new cross compiler will have to/can be build with rockboxdev.sh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15607 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index e3a69945e3..1faf02c68a 100755 --- a/tools/configure +++ b/tools/configure @@ -219,6 +219,13 @@ arm946cc () { endian="little" } +arm926ejscc () { + prefixtools arm-elf- + GCCOPTS="$CCOPTS -mcpu=arm926ej-s -mlong-calls" + GCCOPTIMIZE="-fomit-frame-pointer" + endian="little" +} + whichadvanced () { ################################################################## # Prompt for specific developer options @@ -1297,7 +1304,7 @@ EOF archos="mrobe500" target="-DMROBE_500" memory=64 # always - arm9tdmicc + arm926ejscc # tool="$rootdir/tools/scramble -add=m500" tool="cp " bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" -- cgit v1.2.3