mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

- 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
18 lines
371 B
Plaintext
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}
|