From b89ee32a4b3955dbbacc795134ed0a01f2049a2d Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 30 Jul 2008 08:28:35 +0000 Subject: Adjust MIPSel compiler to the same as used in rockboxdev.sh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18148 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index f83f8a815f..2267489997 100755 --- a/tools/configure +++ b/tools/configure @@ -281,7 +281,7 @@ arm1136jfscc () { } mipselcc () { - prefixtools mipsel-linux- + prefixtools mipsel-elf- GCCOPTS="$CCOPTS -mips32 -mno-abicalls" GCCOPTIMIZE="-fomit-frame-pointer" GCCOPTS="$GCCOPTS -fno-pic -fno-builtin -fno-exceptions -ffunction-sections -msoft-float -G 0" -- cgit v1.2.3