mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

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.
26 lines
372 B
Plaintext
26 lines
372 B
Plaintext
#
|
|
# GNU Tools Set
|
|
#
|
|
|
|
%define release 1
|
|
|
|
package: gcc491-%{_target}-%{_host}-%{release}
|
|
|
|
#
|
|
# Project custom message
|
|
#
|
|
%define gcc_version_message RSB-%{_sbgit_id}-%{release},gcc-%{gcc_version}/newlib-%{newlib_version}
|
|
|
|
#
|
|
# Enable G++
|
|
#
|
|
%define enable_cxx 1
|
|
|
|
#
|
|
# Tool configuration.
|
|
#
|
|
devel/expat-2.1.0-1
|
|
devel/binutils-2.24-1
|
|
devel/gcc-4.9.1-newlib-2.1.0-1
|
|
devel/gdb-7.7-1
|