source: rtems-source-builder/source-builder/config/gcc-4.3-1.cfg @ 4bee4c4

4.10
Last change on this file since 4bee4c4 was 85d51a4, checked in by Chris Johns <chrisj@…>, on 01/16/18 at 06:00:40

gcc: Reference GNU's FTP site for all GCC parts.

Close #3272

  • Property mode set to 100644
File size: 799 bytes
Line 
1#
2# GCC 4.3.1 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# Force the standard of C code for GCC.
10#
11%define build_cflags %{build_cflags} --std=gnu89
12
13#
14# Source
15#
16#
17# GCC core and G++
18#
19%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
20
21#
22# Newlib
23#
24%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
25
26#
27# Packages GCC requires
28#
29%source set mpfr https://ftp.gnu.org/gnu/mpfr/mpfr-%{mpfr_version}.tar.bz2
30%source set mpc https://ftp.gnu.org/gnu/mpc/mpc-%{mpc_version}.tar.gz
31%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
32
33#
34# GCC Common build script.
35#
36%include %{_configdir}/gcc-common-1.cfg
Note: See TracBrowser for help on using the repository browser.