summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/gnu-default-tools.bset
blob: f038352ab0b4ae3b9ea8d16c042d028b7cb3edf4 (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
#
# Default tools build
#

%define release 1

%define gcc_version_message RTEMS bare %{rtems_version}, RSB %{_sbgit_id}, Newlib %{newlib_version}

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

#
# 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_bare_expat}
%{with_bare_gmp}
%{with_bare_gdb}
%{with_bare_binutils}
%{with_bare_gcc}