From 1e294e3f2518a5dd813a773b23271b12d22eeac4 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 14 Sep 2008 16:26:08 +0000 Subject: Onda VX747: * Get rid of bug when interrupts are enabled * Get threading to work (although with some weirdness) * Other fixes/optimizations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18512 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index fd46f03519..319b20ebc5 100755 --- a/tools/configure +++ b/tools/configure @@ -282,7 +282,7 @@ arm1136jfscc () { mipselcc () { prefixtools mipsel-elf- - GCCOPTS="$CCOPTS -mips32 -mno-abicalls" + GCCOPTS="$CCOPTS -march=mips32 -mno-mips16 -mno-abicalls -mlong-calls" GCCOPTIMIZE="-fomit-frame-pointer" GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0" endian="little" -- cgit v1.2.3