forked from len0rd/rockbox
Use the correct compression when extracting gcc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10018 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2731afa12f
commit
ad7fe4f088
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ fi
|
|||
echo "extracting binutils"
|
||||
tar xjf $dlwhere/binutils-$binutils.tar.bz2
|
||||
echo "extracting gcc"
|
||||
tar xf $dlwhere/gcc-$gccver.tar.bz2
|
||||
tar xjf $dlwhere/gcc-$gccver.tar.bz2
|
||||
|
||||
if test -n "$gccpatch"; then
|
||||
echo "applying gcc patch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue