source: rtems-source-builder/rtems/config/rtems-base.bset @ 780a2cf

5
Last change on this file since 780a2cf was 858b648, checked in by Chris Johns <chrisj@…>, on 02/07/18 at 04:27:47

gcc: Use the RSB release for released tools.

Using the RSB release version for the gcc version string means the
tools have a version string that matches the release.

Close #3294

  • Property mode set to 100644
File size: 497 bytes
Line 
1#
2# Base defines for RTEMS
3#
4
5#
6# Get the version of RTEMS
7#
8%include rtems-version.bset
9
10#
11# Define the build target.
12#
13%define _target %{rtems_arch}-rtems%{rtems_version}
14
15#
16# The generic package name.
17#
18package: rtems-%{rtems_version}-%{_target}-%{_host}-%{release}
19
20#
21# Project custom message
22#
23%define rtems_gcc_version %{rtems_version}
24%define gcc_version_message RTEMS %{rtems_gcc_version}, RSB %{_sbgit_id}, Newlib %{newlib_version}
25
26#
27# Pick up the RTEMS URLs.
28#
29%include rtems-urls.bset
Note: See TracBrowser for help on using the repository browser.