source: rtems-source-builder/rtems/config/tools/rtems-tools-5-1.cfg @ 18d4d29

5
Last change on this file since 18d4d29 was c149b7f, checked in by Chris Johns <chrisj@…>, on 06/25/19 at 01:37:10

5/rtems-tools: Update RTEMS tools.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2# RTEMS Tools for 5.
3#
4
5#
6# The RTEMS Tools version is set to the RSB version or the RTEMS version.
7#
8%if %{rsb_released}
9 %define rtems_tools_version %{rsb_version}
10%else
11 %define rtems_tools_version f9e121688da5cb4e0b8d9c3dc5e395471dbce2cf
12 %define rtems_tools_source rtems-tools-%{rtems_tools_version}
13 %source set rtems-tools https://git.rtems.org/rtems-tools/snapshot/%{rtems_tools_source}.tar.bz2
14 %hash sha512 rtems-tools-%{rtems_tools_version}.tar.bz2 1ac97c04ee0587fa1351cad1413cc7c57ab479f935825b7a075e67641c4f24c00ad8708421f3978cc3a8cf31d6d75c70f05e7128ab217a41cf1146aef6fb71b6
15%endif
16
17#
18# Optionally enable/disable building the RTEMS Tools via the command line.
19#
20%if %{defined with_rtems_tools}
21 %define rtems_tools_build 1
22%endif
23%if %{defined without_rtems_tools}
24 %define rtems_tools_build 0
25%endif
26
27#
28# Build by default.
29#
30%if ! %{defined rtems_tools_build}
31 %define rtems_tools_build 1
32%endif
33
34%if %{rtems_tools_build}
35 #
36 # The RTEMS Tools build instructions.
37 #
38 %include tools/rtems-tools-common-1.cfg
39%endif
Note: See TracBrowser for help on using the repository browser.