source: rtems-source-builder/rtems/config/tools/rtems-tools-5-1.cfg @ 14c5cb7

5
Last change on this file since 14c5cb7 was 14c5cb7, checked in by Sebastian Huber <sebastian.huber@…>, on 02/26/20 at 10:45:35

5: Update rtems-tools

Pick up update to waf-2.0.19.

Update #3569.

  • Property mode set to 100644
File size: 1.2 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 %define rtems_tools_source rtems-tools-%{rtems_tools_version}
11 %define rtems_tools_ext xz
12%else
13 %define rtems_tools_version 4a2f3e5a58978458aabb5098c2c9dd0cc6d25c68
14 %define rtems_tools_ext bz2
15%endif
16
17%define rtems_tools_source rtems-tools-%{rtems_tools_version}
18%source set rtems-tools https://git.rtems.org/rtems-tools/snapshot/%{rtems_tools_source}.tar.%{rtems_tools_ext}
19%hash   sha512 rtems-tools-%{rtems_tools_version}.tar.bz2 \
20         273a517be396823bec1e9ff5faf52db5f39e4901d8f9bc9fa4724f883a3683ffe2e51004df00bf205b8461f662902d4f1043026bbd88bdd2e2badd0bb0dd8425
21
22#
23# Optionally enable/disable building the RTEMS Tools via the command line.
24#
25%if %{defined with_rtems_tools}
26 %define rtems_tools_build 1
27%endif
28%if %{defined without_rtems_tools}
29 %define rtems_tools_build 0
30%endif
31
32#
33# Build by default.
34#
35%if ! %{defined rtems_tools_build}
36 %define rtems_tools_build 1
37%endif
38
39%if %{rtems_tools_build}
40 #
41 # The RTEMS Tools build instructions.
42 #
43 %include tools/rtems-tools-common-1.cfg
44%endif
Note: See TracBrowser for help on using the repository browser.