diff options
-rwxr-xr-x | tools/rockboxdev.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 05b208ce51..99ac461572 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh | |||
@@ -357,6 +357,10 @@ do | |||
357 | echo "" | 357 | echo "" |
358 | case $arch in | 358 | case $arch in |
359 | [Ss]) | 359 | [Ss]) |
360 | # For binutils 2.16.1 builtin rules conflict on some systems with a | ||
361 | # default rule for Objective C. Disable the builtin make rules. See | ||
362 | # http://sourceware.org/ml/binutils/2005-12/msg00259.html | ||
363 | export MAKEFLAGS="-r $MAKEFLAGS" | ||
360 | build "binutils" "sh-elf" "2.16.1" "" "--disable-werror" | 364 | build "binutils" "sh-elf" "2.16.1" "" "--disable-werror" |
361 | build "gcc" "sh-elf" "4.0.3" "gcc-4.0.3-rockbox-1.diff" | 365 | build "gcc" "sh-elf" "4.0.3" "gcc-4.0.3-rockbox-1.diff" |
362 | ;; | 366 | ;; |