source: rtems-source-builder/bare/config/devel/gcc-4.6-newlib-1.20-1.cfg @ 66cfc00

Last change on this file since 66cfc00 was 1a56a07, checked in by Chris Johns <chrisj@…>, on 05/14/13 at 01:08:02

Add bare/config and move the source-builder/config to it.

Rework the RTEMS build set files to point to the new location.

Move the files into devel, this follows the ports naming in
FreeBSD.

Update the macros, defaults, and options to support this.

  • Property mode set to 100644
File size: 528 bytes
Line 
1#
2# GCC 2.6, Newlib 1.20
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/checks.cfg
10%include %{_configdir}/base.cfg
11
12%define gcc_version    4.6.3
13%define newlib_version 1.20.0
14%define mpfr_version   3.0.1
15%define mpc_version    0.8.2
16%define gmp_version    5.0.5
17
18#
19# Project custom message
20#
21%define gcc_version_message GCC %{release}-RSB(%{_sbgit_id}),gcc-%{gcc_version}/newlib-%{newlib_version}
22
23#
24# The gcc/newlib build instructions. We use 4.6 Release 1.
25#
26%include %{_configdir}/gcc-4.6-1.cfg
Note: See TracBrowser for help on using the repository browser.