summaryrefslogblamecommitdiffstats
path: root/rtems/config/tools/rtems-tools-5-1.cfg
blob: d8edc68089e92350f2162e38a533d83d9d66d830 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                    






                                                                         

                                                              
     
                                                                     
                            

      


                                                                                                               
                                                                                                 
 
 
                                                                          
 



















                                        
#
# RTEMS Tools for 5.
#

#
# The RTEMS Tools version is set to the RSB version or the RTEMS version.
#
%if %{rsb_released}
 %define rtems_tools_version %{rsb_version}
 %define rtems_tools_source rtems-tools-%{rtems_tools_version}
 %define rtems_tools_ext xz
%else
 %define rtems_tools_version 4f5485eb51ffd7e091d92e3f95b720a9238c75fb
 %define rtems_tools_ext bz2
%endif

%define rtems_tools_source rtems-tools-%{rtems_tools_version}
%source set rtems-tools https://git.rtems.org/rtems-tools/snapshot/%{rtems_tools_source}.tar.%{rtems_tools_ext}
%hash   sha512 rtems-tools-%{rtems_tools_version}.tar.bz2 \
         SghIAD1vYsYaYjXjI8jLAkccrqEVkVBygMnoGfp3TGlZUT6Ajlr7wVhRXU2iUrJe+iFWEG6eZTm1ccA4QWbzKg==

#
# Optionally enable/disable building the RTEMS Tools via the command line.
#
%if %{defined with_rtems_tools}
 %define rtems_tools_build 1
%endif
%if %{defined without_rtems_tools}
 %define rtems_tools_build 0
%endif

#
# Build by default.
#
%if ! %{defined rtems_tools_build}
 %define rtems_tools_build 1
%endif

%if %{rtems_tools_build}
 #
 # The RTEMS Tools build instructions.
 #
 %include tools/rtems-tools-common-1.cfg
%endif