1
0
Fork 0
forked from len0rd/rockbox

Typo: We're using mipsel, not mips.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26601 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2010-06-05 23:20:09 +00:00
parent 576b7068c1
commit 9f6ec43b32

View file

@ -263,12 +263,12 @@ do
;; ;;
[Ii]) [Ii])
build "binutils" "mips-elf" "2.17" "" "--disable-werror" build "binutils" "mipsel-elf" "2.17" "" "--disable-werror"
patch="" patch=""
if [ "$system" = "Interix" ]; then if [ "$system" = "Interix" ]; then
patch="gcc-4.1.2-interix.diff" patch="gcc-4.1.2-interix.diff"
fi fi
build "gcc" "mips-elf" "4.1.2" "$patch" build "gcc" "mipsel-elf" "4.1.2" "$patch"
;; ;;
[Mm]) [Mm])