source: rtems-source-builder/rtems/config/tools/rtems-tools-5-1.cfg @ 8992d20

5
Last change on this file since 8992d20 was 8992d20, checked in by Joel Sherrill <joel@…>, on 10/14/18 at 22:04:37

rtems-tools-5-1.cfg: Bump to latest

closes #3401, #3402, #3424.

  • 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 36fde5169aef5b0af37f951907705caee76626ee
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 e771046cadc54eafcb349697f9561d723aa01f34ba3cb8f1a7804ddce35975c93c22abbd767922867d0ad4121664164d461cdae23169c72918ee1027cbe809df
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.