forked from len0rd/rockbox
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
This commit is contained in:
parent
fa98298983
commit
b89ee32a4b
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue