[rtems-source-builder commit] Update the GCC component paths to ones master uses

Chris Johns chrisj at rtems.org
Mon Jan 24 05:08:50 UTC 2022


Module:    rtems-source-builder
Branch:    4.11
Commit:    0f91a262ec6ac5caeb49eab50f2b695314e096d7
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=0f91a262ec6ac5caeb49eab50f2b695314e096d7

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Jan 24 16:13:24 2022 +1100

Update the GCC component paths to ones master uses

Closes #4584

---

 source-builder/config/gcc-4.9-1.cfg | 4 ++--
 1 file 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.



More information about the vc mailing list