mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-07-19 08:41:25 -05:00
changed gcc download to http
This commit is contained in:
parent
4947e61f3f
commit
16069e54c1
|
|
@ -18,8 +18,8 @@ NEWLIB="newlib-$NEWLIB_VER.tar.gz"
|
|||
LIBOGC="libogc-src-$LIBOGC_VER.tar.bz2"
|
||||
|
||||
BINUTILS_URL="http://ftp.gnu.org/gnu/binutils/$BINUTILS"
|
||||
GCC_CORE_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-$GCC_VER/$GCC_CORE"
|
||||
GCC_GPP_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-$GCC_VER/$GCC_GPP"
|
||||
GCC_CORE_URL="http://ftp.gnu.org/gnu/gcc/gcc-$GCC_VER/$GCC_CORE"
|
||||
GCC_GPP_URL="http://ftp.gnu.org/gnu/gcc/gcc-$GCC_VER/$GCC_GPP"
|
||||
LIBOGC_URL="http://osdn.dl.sourceforge.net/sourceforge/devkitpro/$LIBOGC"
|
||||
NEWLIB_URL="ftp://sources.redhat.com/pub/newlib/$NEWLIB"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user