source: rtems-source-builder/source-builder/config/gcc-4.7-1.cfg @ 29a300a

4.104.114.95
Last change on this file since 29a300a was 4ce931b, checked in by Chris Johns <chrisj@…>, on 04/20/13 at 11:47:28

Add CVS download support.

These changes complete the CVS download support.

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