source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg @ 9a15c40

4.104.114.95
Last change on this file since 9a15c40 was 9a15c40, checked in by Chris Johns <chrisj@…>, on 05/13/14 at 13:26:09

sb: Implement %source and %patch to manage source and patches.

Remove the numbered source and patches and automatically manage
sources and patches. This removes the overhead in maintaining large
collections of patches.

  • Property mode set to 100644
File size: 791 bytes
Line 
1#
2# GCC 4.3.1., Newlib 1.16.0
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gcc_version    4.3.2
9%define newlib_version 1.16.0
10%define mpfr_version   2.4.2
11%define mpc_version    0.8.2
12%define gmp_version    5.0.5
13
14%define with_threads 1
15%define with_plugin  0
16%define with_iconv   0
17
18#
19# The RTEMS 4.9 patches
20#
21%source set gcc ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
22%patch  add gcc %{rtems_gcc_patches}/gcc-core-4.3.2-rtems4.9-20090825.diff
23%source add gcc ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.bz2
24%patch  add gcc %{rtems_newlib_patches}/newlib-1.16.0-rtems4.9-20090324.diff
25
26#
27# The gcc/newlib build instructions. We use 4.7 Release 1.
28#
29%include %{_configdir}/gcc-4.3-1.cfg
Note: See TracBrowser for help on using the repository browser.