source: rtems-source-builder/source-builder/config/gcc-4.6-1.cfg @ cec2cf3

4.9
Last change on this file since cec2cf3 was cec2cf3, checked in by Joel Sherrill <joel@…>, on 12/17/18 at 17:02:44

source-builder/config/gcc*.cfg: Correct URL for MPC download

  • Property mode set to 100644
File size: 848 bytes
Line 
1#
2# GCC 4.6 Version 1.
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#
14%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
15
16%if %{enable_cxx}
17 %source add gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.gz
18%endif
19
20#
21# Newlib
22#
23%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
24
25#
26# Packages GCC requires
27#
28%source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
29%source set mpc http://www.multiprecision.org/downloads/mpc-%{mpc_version}.tar.gz
30%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
31
32#
33# GCC Common build script.
34#
35%include %{_configdir}/gcc-common-1.cfg
Note: See TracBrowser for help on using the repository browser.