Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror disabled...
commit6d3b5d30e96d3aa4e59e63465171469d513952f5
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Mon, 29 Sep 2008 20:31:31 +0000 (29 20:31 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Mon, 29 Sep 2008 20:31:31 +0000 (29 20:31 +0000)
tree045752f1f9c718e35c1153160e3e8608b798ba58
parent815fd4fa2c09e0ea11fbab6c40377651ba2b7d76
Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror disabled, because compiling binutils (and also gcc) spits a lot of alignment warings. (2) Gcc tries to call 'sh' without path in by default (#!sh), but Interix 3.5+ doesn't allow that.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18666 a1c6a512-1295-4272-9138-f99709370657
tools/rockboxdev.sh