Make rockboxdev.sh build ARM libgcc with support for thumb code interworking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12613 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8ffca489c
commit
8daa916aaa
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ case $1 in
|
|||
;;
|
||||
[Aa])
|
||||
target="arm-elf"
|
||||
gccurl="http://www.rockbox.org/twiki/pub/Main/CrossCompiler"
|
||||
gccpatch="thumb-interwork-4.0.3.diff"
|
||||
;;
|
||||
*)
|
||||
echo "unsupported"
|
||||
|
|
Loading…
Reference in a new issue