summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-01-24 16:13:24 +1100
committerChris Johns <chrisj@rtems.org>2022-01-24 16:16:34 +1100
commit0f91a262ec6ac5caeb49eab50f2b695314e096d7 (patch)
treef5bb3d4dc28b8c780ebfe6179fa9e6dc7d80fbf0
parentUpdate the checksum to the handle the new version number (diff)
downloadrtems-source-builder-0f91a262ec6ac5caeb49eab50f2b695314e096d7.tar.bz2
Update the GCC component paths to ones master uses
Closes #4584
-rw-r--r--source-builder/config/gcc-4.9-1.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/source-builder/config/gcc-4.9-1.cfg b/source-builder/config/gcc-4.9-1.cfg
index 25e4247..1141c84 100644
--- a/source-builder/config/gcc-4.9-1.cfg
+++ b/source-builder/config/gcc-4.9-1.cfg
@@ -21,9 +21,9 @@
#
# Packages GCC requires
#
-%source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
-%source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
+%source set mpc https://ftp.gnu.org/gnu/mpc/mpc-%{mpc_version}.tar.gz
%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set mpfr https://ftp.gnu.org/gnu/mpfr/mpfr-%{mpfr_version}.tar.bz2
#
# GCC Common build script.