source: rtems-source-builder/source-builder/config/gcc-4.4-1.cfg @ e074e75

4.104.114.95
Last change on this file since e074e75 was 4f26bdb, checked in by Chris Johns <chrisj@…>, on 04/01/13 at 04:19:56

Add Canadian Cross support.

Add support to build MinGW tools using Cygwin. This is a Canadian cross
build.

Do not expand the directives when parsing a configuration file. Hold
in the package object the text as read from the configuration file. Still
parse the logic but leave the macros. This allows a configuration to be
varied when the build happens. The Canadian cross uses this to build a
build compiler used to build a Cxc runtime.

Add Cxc support to the build module. In the defaults add rm and rmfile
macros, add Cxc paths and pre-build script code.

In the setbuilder check for a Cxc build and if so and the package
allow Cxc build the build host version then the host target
version.

Add cygiwn support to the defaults processing and to the Windows module.

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