source: rtems-source-builder/source-builder/config/gcc-4.8-1.cfg @ 80cf137

4.11
Last change on this file since 80cf137 was 80cf137, checked in by Chris Johns <chrisj@…>, on 01/15/18 at 23:47:10

gcc: Use GNU's FTP rather than the package's home sites that change.

Close #3271

  • Property mode set to 100644
File size: 704 bytes
RevLine 
[a32dcbd]1#
[4f26bdb]2# GCC 4.8 Version 1.
[a32dcbd]3#
4# This configuration file configure's, make's and install's gcc. It uses
5# newlib, MPFR, MPC, and GMP in a one-tree build configuration.
6#
7
8#
9# Source
10#
11#
12# GCC core and G++
13#
[9a15c40]14%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
[a32dcbd]15
16#
17# Newlib
18#
[9a15c40]19%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
[a32dcbd]20
21#
22# Packages GCC requires
23#
[80cf137]24%source set mpfr https://ftp.gnu.org/gnu/mpfr/mpfr-%{mpfr_version}.tar.bz2
25%source set mpc https://ftp.gnu.org/gnu/mpc/mpc-%{mpc_version}.tar.gz
26%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
[a32dcbd]27
28#
[4f26bdb]29# GCC Common build script.
[a32dcbd]30#
[8dedfc7]31%include %{_configdir}/gcc-common-1.cfg
[a32dcbd]32
Note: See TracBrowser for help on using the repository browser.