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

5
Last change on this file since 9e95b79 was 9e95b79, checked in by Sebastian Huber <sebastian.huber@…>, on 06/19/18 at 10:21:29

5: Update tools for CXC x86_64-w32-mingw32 support

Close #3461.

  • 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 845054a2ac1f470c5dd79361646be0243bb91160
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 d95f00d5e8457fed98853da3e65ef0c18393bf4bb4b8ef59d1ab296f2661dba9771c18075809a6c6c3b186a3823fc86f64230bb4b808f40a617dc235902155c5
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.