summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/gnu-default-tools.bset
blob: 2290788a39c49a50bf83d1f6b828e51f595f9d4b (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
#
# 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
#
%define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
%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_bare_expat}
%{with_bare_gmp}
%{with_bare_gdb}
%{with_bare_binutils}
%{with_bare_gcc}