source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8.1-newlib-cvs-1.cfg @ f2a8973

Last change on this file since f2a8973 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: 1.1 KB
Line 
1#
2# GCC 4.8.1., Newlib CVS
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define gcc_version    4.8.1
10%define newlib_version 15-Sept-2013
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
18%ifn %{defined with_iconv}
19%define with_iconv 1
20%endif
21
22# Incompatible with Texinfo 5
23%if %{__makeinfo_ver} >= 5.0
24 %error Incomaptible version of makeinfo found!
25%endif
26
27#
28# Newlib is from CVS.
29#
30%source set newlib cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset
31
32#
33# Sebastian's atexit patch.
34#
35%patch add gcc %{rtems_gcc_patches}/gcc-4.8.1-rtems4.11-20130709.diff
36
37#
38# Chris's patch to use the POSIX thread model for C++.
39#
40%patch add gcc %{rtems_gcc_patches}/gcc-rtems-thread-model-posix-1.diff
41
42#
43# Joel's stack_t patch.
44#
45%patch add newlib -p0 %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff
46
47#
48# The gcc/newlib build instructions. We use 4.8 Release 1.
49#
50%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.