mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-12 21:52:58 +00:00
gcc: Add new linaro download path
It seems that linaro is changing where they release, again. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
4be30098af
commit
7c7bcecd2e
@ -28,9 +28,10 @@ do_gcc_get() {
|
||||
ftp://{gcc.gnu.org,sourceware.org}/pub/gcc/releases/gcc-${CT_CC_GCC_VERSION}
|
||||
else
|
||||
YYMM=`echo ${CT_CC_GCC_VERSION} |cut -d- -f3 |${sed} -e 's,^..,,'`
|
||||
CT_GetFile "gcc-${CT_CC_GCC_VERSION}" \
|
||||
"http://launchpad.net/gcc-linaro/${linaro_series}/${linaro_version}/+download" \
|
||||
https://releases.linaro.org/${YYMM}/components/toolchain/gcc-linaro/${linaro_series} \
|
||||
CT_GetFile "gcc-${CT_CC_GCC_VERSION}" \
|
||||
"https://releases.linaro.org/components/toolchain/gcc-linaro/${linaro_version}" \
|
||||
"https://releases.linaro.org/${YYMM}/components/toolchain/gcc-linaro/${linaro_series}" \
|
||||
"http://launchpad.net/gcc-linaro/${linaro_series}/${linaro_version}/+download" \
|
||||
http://cbuild.validation.linaro.org/snapshots
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user