From 0709f0a5c60b5525ff98708887f5f1e5b0b570c2 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 14 Jul 2008 15:03:10 +0000 Subject: Add preliminary support for the Onda VX747 (MIPS target) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18032 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 6410f9043f..4f0917068d 100755 --- a/tools/configure +++ b/tools/configure @@ -280,6 +280,15 @@ arm1136jfscc () { gccchoice="4.0.3" } +mipselcc () { + prefixtools mipsel-linux- + GCCOPTS="$CCOPTS -mips32 -mno-abicalls" + GCCOPTIMIZE="-fomit-frame-pointer" + GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0" + endian="little" + gccchoice="4.1.2" +} + whichadvanced () { ################################################################## # Prompt for specific developer options @@ -688,6 +697,9 @@ cat <