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

4.104.95
Last change on this file since c46f212 was c46f212, checked in by rtems <rtems@…>, on 02/29/16 at 22:45:27

Fix 4.10 and 4.9 building.

Add the 4.9 newlib 1.16.0-20090324 patch.
Add a release to the 4.9 RTEMS kernel.
Add a release to the 4.10 RTEMS kernel.

  • Property mode set to 100644
File size: 794 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 newlib %{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.