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

5
Last change on this file since d665fdb was d665fdb, checked in by Sebastian Huber <sebastian.huber@…>, on 11/12/18 at 06:08:50

5: Update RTEMS tools

Pick up m32c removal.

Update #3599.

  • 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 bd59c23f8f47bbee16164db3363d3273d0978fd9
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 73095125018a186be76d3142c161f20dc8f893e2dc46777b4eaa291f7113fcf80b3981f40683ba70fcc5f13b6cefbe5d744761d852d758fcd7c9ef282ea6a137
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.