source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg @ 6fe63b3

4.104.114.95
Last change on this file since 6fe63b3 was 6fe63b3, checked in by Chris Johns <chrisj@…>, on 04/28/14 at 02:18:00

config: Remove the POSIX thread model patch.

Switch back the RTEMS thread model now it is fixed for SMP. This also
works for some tests that where failing.

  • Property mode set to 100644
File size: 692 bytes
Line 
1#
2# GCC 4.8.2., 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.2
10%define newlib_version 2.1.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
18%ifn %{defined with_iconv}
19%define with_iconv 1
20%endif
21
22#
23# Joel's stack_t patch.
24#
25%define rtems_gcc_patch11      %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff
26%define rtems_gcc_patch11_opts -p0
27
28#
29#
30# Manage RTEMS patches
31#
32%include rtems-gcc-patches.cfg
33
34# The gcc/newlib build instructions. We use 4.8 Release 1.
35#
36%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.