source: rtems-source-builder/rtems/config/tools/rtems-tools-5-1.cfg @ 6f9be2d

5
Last change on this file since 6f9be2d was 6f9be2d, checked in by Chris Johns <chrisj@…>, on 08/27/19 at 11:29:35

5/tools: Update to the head of master

  • Property mode set to 100644
File size: 992 bytes
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 0c986b2f6add49f4e65779755a359b933f183c0e
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 niIdBJ3FTDzSL/l+DyNMvqoEVxcWe7PXR/7XD9AU2MTutKN0ihHxdKH4YE4+WKo28RxLXbCXm7HNuLF9/vLYew==
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.