source: rtems-source-builder/rtems/config/tools/rtems-tools-5-1.cfg @ 8e5a201

5
Last change on this file since 8e5a201 was 8e5a201, checked in by Chris Johns <chrisj@…>, on 05/05/19 at 04:02:18

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 925448a4527ec1a88b800dbeca8b90ccb365b38e
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 468e77ca6f038319a11007bff6695f206937438464166d81329191d4d14028103bb2f7fdc3239a1ac19d314ad2a7650fa5a6bd6554d109c1acf6fa72df7a8274
15
16%endif
17
18#
19# Optionally enable/disable building the RTEMS Tools via the command line.
20#
21%if %{defined with_rtems_tools}
22 %define rtems_tools_build 1
23%endif
24%if %{defined without_rtems_tools}
25 %define rtems_tools_build 0
26%endif
27
28#
29# Build by default.
30#
31%if ! %{defined rtems_tools_build}
32 %define rtems_tools_build 1
33%endif
34
35%if %{rtems_tools_build}
36 #
37 # The RTEMS Tools build instructions.
38 #
39 %include tools/rtems-tools-common-1.cfg
40%endif
Note: See TracBrowser for help on using the repository browser.