source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg @ 2f8bd58

5
Last change on this file since 2f8bd58 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: 666 bytes
Line 
1#
2# GCC 4.7.2., Newlib 2.0.0
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define gcc_version    4.7.3
10%define newlib_version 2.0.0
11%define mpfr_version   3.0.1
12%define mpc_version    0.8.2
13%define gmp_version    5.0.5
14
15%define with_threads 1
16%define with_plugin  0
17%define with_iconv   1
18
19#
20# The RTEMS 4.11 patches
21#
22%patch add gcc %{rtems_gcc_patches}/gcc-4.7.3-rtems4.11-20130414.diff
23
24# Incompatible with Texinfo 5
25%if %{__makeinfo_ver} >= 5.0
26 %error Incomaptible version of makeinfo found!
27%endif
28
29#
30# The gcc/newlib build instructions. We use 4.7 Release 1.
31#
32%include %{_configdir}/gcc-4.7-1.cfg
Note: See TracBrowser for help on using the repository browser.