rtems-source-builder/bare/config/devel/gnu-default-tools.bset
Chris Johns 515973d7ab bare/gnu-tools: Update bare gnu-tools to gcc 12, binutils 2.38 and gdb 11.2
- This tracks the common RTEMS tools version. It does not track
  special builds that are specific to a tool set.

- Use with "--target=microblaze-elf gnu-tools" where the
  target is the tools to build
2022-06-17 09:04:15 +10:00

18 lines
371 B
Plaintext

#
# Default tools build
#
%define release 1
%define gcc_version_message RTEMS bare %{rtems_version}, RSB %{_sbgit_id}, Newlib %{newlib_version}
#
# 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}