comp_libs: Fix download locations for cloog and mpc

This change closes #62

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2015-04-26 08:09:08 -07:00
parent 0f372b8357
commit 7365281973
No known key found for this signature in database
GPG Key ID: CAD7C8FC35B871D1
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,8 @@ if [ "${CT_CLOOG}" = "y" ]; then
# Download CLooG
do_cloog_get() {
CT_GetFile "$(cloog_basename_version)" \
http://www.bastoul.net/cloog/pages/download
http://www.bastoul.net/cloog/pages/download \
ftp://gcc.gnu.org/pub/gcc/infrastructure
}
# Extract CLooG

View File

@ -13,7 +13,8 @@ if [ "${CT_MPC}" = "y" ]; then
# Download MPC
do_mpc_get() {
CT_GetFile "mpc-${CT_MPC_VERSION}" .tar.gz \
{http,ftp,https}://ftp.gnu.org/gnu/mpc
{http,ftp,https}://ftp.gnu.org/gnu/mpc \
http://www.multiprecision.org/mpc/download
}
# Extract MPC