summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg
blob: b440c9f2515f0a96d00affd0ff78141b7bda1cff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# GCC 4.3.1., Newlib 1.16.0
#

%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define gcc_version    4.3.2
%define newlib_version 1.16.0
%define mpfr_version   2.4.2
%define mpc_version    0.8.2
%define gmp_version    5.1.1

%define with_threads 1
%define with_plugin  0
%define with_iconv   0

%ifn %{defined enable_cxx}
%define enable_cxx 1
%endif

%ifn %{defined enable_obsolete}
%define enable_obsolete 0
%endif

#
# The RTEMS 4.9 patches
#
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
Patch0:  %{rtems_gcc_patches}/gcc-core-4.3.2-rtems4.9-20090825.diff
Source1: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.bz2
Patch10: %{rtems_newlib_patches}/newlib-1.16.0-rtems4.9-20090324.diff

#
# Generic RTEMS patch handling.
#
%include rtems-gcc-patches.cfg

#
# The gcc/newlib build instructions. We use 4.7 Release 1.
#
%include %{_configdir}/gcc-4.3-1.cfg