source: rtems-source-builder/bare/config/gnu-tools-4.8.2.bset @ 8197b8e

4.104.114.95
Last change on this file since 8197b8e was 8197b8e, checked in by Chris Johns <chrisj@…>, on 01/18/15 at 04:34:35

Add the host name to the package name.

Adding the host name results in the tar files created by the
--bset-tar-file and --pkg-tar-files to contain the host name.
This is useful when building Cxc packages.

  • Property mode set to 100644
File size: 363 bytes
Line 
1#
2# GNU Tools Set
3#
4
5%define release 1
6
7package: gnu-tools-%{_target}-%{_host}-%{release}
8
9#
10# Project custom message
11#
12%define gcc_version_message SB-%{release},gcc-%{gcc_version}/newlib-%{newlib_version}
13
14#
15# Enable G++
16#
17%define enable_cxx 1
18
19#
20# Tool configuration.
21#
22devel/expat-2.1.0-1
23devel/binutils-2.23.2-1
24devel/gcc-4.8.2-newlib-cvs-1
25devel/gdb-7.6.1-1
Note: See TracBrowser for help on using the repository browser.