source: rtems-source-builder/source-builder/config/gcc-4.8-1.cfg @ 649a64c

4.104.114.95
Last change on this file since 649a64c was 8dedfc7, checked in by Chris Johns <chrisj@…>, on 04/02/13 at 09:53:32

PR 2106. Fixed the include name.

  • Property mode set to 100644
File size: 1001 bytes
Line 
1#
2# GCC 4.8 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%ifn %{defined Source0}
15 Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
16 VersionContro0: git clone git://gcc.gnu.org/git/gcc.git
17%endif
18
19#
20# Newlib
21#
22%ifn %{defined Source10}
23 Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
24 VersionControl10: cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/src co newlib
25%endif
26
27#
28# Packages GCC requires
29#
30%ifn %{defined Source20}
31 Source20: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
32%endif
33%ifn %{defined Source21}
34 Source21: http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
35%endif
36%ifn %{defined Source22}
37 Source22: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
38%endif
39
40#
41# GCC Common build script.
42#
43%include %{_configdir}/gcc-common-1.cfg
44
Note: See TracBrowser for help on using the repository browser.