source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg @ df9c081

4.104.114.95
Last change on this file since df9c081 was df9c081, checked in by Chris Johns <chrisj@…>, on 05/13/13 at 04:48:31

Newlib CVS: 13-May-2013. Pick up the atexit changes.

  • Property mode set to 100644
File size: 769 bytes
Line 
1#
2# GCC 4.8.0., Newlib CVS 20130430
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define gcc_version    4.8.0
10%define newlib_version 13-May-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%define with_iconv   1
18
19#
20# Manage RTEMS patches
21#
22%include rtems-gcc-patches.cfg
23
24# Incompatible with Texinfo 5
25%if %{__makeinfo_ver} >= 5.0
26 %error Incomaptible version of makeinfo found!
27%endif
28
29#
30# Use the 4.8.0 branch. It has needed bug fixes.
31#
32Source0: git://gcc.gnu.org/git/gcc.git?reset=hard?pull?branch=gcc-4_8-branch
33
34#
35# The gcc/newlib build instructions. We use 4.8 Release 1.
36#
37%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.