summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-default-tools.bset
blob: 8ec6721965e3d6739e78a1bd580f102f3b8f7c35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Default tools build
#

# GCC requires a GNU sed so build an internal version if one is not
# available
#
%include textproc/gsed-internal.bset

#
# Build gdb first to raise the Python install error as early as
# possible. GDB needs expat so it needs to be built before gdb.
#
%{with_rtems_dtc}
%{with_rtems_expat}
%{with_rtems_gmp}
%{with_rtems_gdb}
%{with_rtems_binutils}
%{with_rtems_gcc}
%{with_rtems_tools}