source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg @ 9ff6dad

4.104.114.95
Last change on this file since 9ff6dad 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: 546 bytes
Line 
1#
2# GCC 4.8.x., Newlib 2.0.0
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gcc_version    4.8-20130303
9%define newlib_version 2.0.0
10%define mpfr_version   3.0.1
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   1
17
18#
19# The RTEMS 4.11 patches
20#
21%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
22
23#
24# The gcc/newlib build instructions. We use 4.7 Release 1.
25#
26%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.