summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-default-tools.bset
blob: 35c9235905e0ff2641cac1af81a311581e8182f7 (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
#
# Default tools build
#

# GCC requires a GNU sed so build an internal version if one is not
# available
#
%define _internal_gsed_path %{_tmpinternal}
%defineifnot with_rtems_gsed textproc/gsed-internal

# GNU tools need texinfo for makeinfo to build documentation
%define _internal_texinfo_path %{_tmpinternal}
%defineifnot with_rtems_texinfo print/texinfo-internal

#
# Build gdb first to raise the Python install error as early as
# possible.
#
# GCC and GDB need GMP.
#
%{with_rtems_dtc}
%{with_rtems_expat}
%{with_rtems_gmp}
%{with_rtems_gsed}
%{with_rtems_texinfo}
%{with_rtems_gdb}
%{with_rtems_binutils}
%{with_rtems_gcc}
%{with_rtems_tools}