summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rockboxdev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 82536df349..31120689cf 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -263,12 +263,12 @@ do
263 ;; 263 ;;
264 264
265 [Ii]) 265 [Ii])
266 build "binutils" "mips-elf" "2.17" "" "--disable-werror" 266 build "binutils" "mipsel-elf" "2.17" "" "--disable-werror"
267 patch="" 267 patch=""
268 if [ "$system" = "Interix" ]; then 268 if [ "$system" = "Interix" ]; then
269 patch="gcc-4.1.2-interix.diff" 269 patch="gcc-4.1.2-interix.diff"
270 fi 270 fi
271 build "gcc" "mips-elf" "4.1.2" "$patch" 271 build "gcc" "mipsel-elf" "4.1.2" "$patch"
272 ;; 272 ;;
273 273
274 [Mm]) 274 [Mm])