forked from len0rd/rockbox
rockboxdev.sh: Hardcode gcc mirror for now as the gnu mirrors have a different dir layout and are missing the infrastructure dir which was the whole reason for the switch. Fix spurious trailing slash
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28981 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ff4749b4b3
commit
daa3c36248
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z $GNU_MIRROR ] ; then
|
if [ -z $GNU_MIRROR ] ; then
|
||||||
GNU_MIRROR=ftpmirror.gnu.org
|
GNU_MIRROR=ftp://gcc.gnu.org/pub
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# These are the tools this script requires and depends upon.
|
# These are the tools this script requires and depends upon.
|
||||||
|
|
@ -107,7 +107,7 @@ build() {
|
||||||
|
|
||||||
binutils)
|
binutils)
|
||||||
file="binutils-$version.tar.bz2"
|
file="binutils-$version.tar.bz2"
|
||||||
url="$GNU_MIRROR/binutils/releases/"
|
url="$GNU_MIRROR/binutils/releases"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue