Update RTEMS 4.12 build set

This commit is contained in:
Sebastian Huber 2016-01-18 13:39:27 +01:00
parent eec82cd126
commit 342c7dcc0a
5 changed files with 41 additions and 35 deletions

View File

@ -2,7 +2,7 @@
4.12/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.25-1
tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1
tools/rtems-binutils-3bf8131ac6b263e54669d9c282c6f69395355435-1
tools/rtems-gcc-6-20160117-newlib-2.3.0.20160104-1
tools/rtems-gdb-7.9-1
tools/rtems-tools-4.12-1

View File

@ -1,11 +1,4 @@
%define release 1
%define rtems_arch sparc
%define with_libgomp
%include rtems-4.12-base.bset
4.12/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.25-1
tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1
tools/rtems-gdb-7.8.2-1.cfg
tools/rtems-tools-4.12-1
%include 4.12/rtems-default.bset

View File

@ -1,27 +1,3 @@
#
# Tools Set for RTEMS V850 4.12 Stable
#
%define release 1
%define rtems_arch v850
#
# The RTEMS 4.12 base defines.
#
%include rtems-4.12-base.bset
#
# If Windows (MinGW) do not build the simulator.
#
%define win32-gdb-disable-sim
#
# Tools configuration.
#
4.12/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.24-1
tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1
tools/rtems-gdb-7.9-1
tools/rtems-tools-4.12-1
%include 4.12/rtems-default.bset

View File

@ -0,0 +1,21 @@
#
# Binutils GIT.
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 3bf8131ac6b263e54669d9c282c6f69395355435
%source set binutils git://sourceware.org/git/binutils-gdb.git?fetch?reset=hard?branch=master?checkout=%{binutils_version}
#
# Enable deterministic archives by default. This will be the default
# there all tools using this binutils will create deterministic
# archives.
#
%define with_deterministic_archives 1
#
# The binutils build instructions. We use 2.xx Release 1.
#
%include %{_configdir}/binutils-2-1.cfg

View File

@ -0,0 +1,16 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 6-20160117
%define newlib_version 2.3.0.20160104
%define mpfr_version 2.4.2
%define mpc_version 0.8.1
%define gmp_version 4.3.2
%define with_threads 1
%define with_plugin 0
%define with_iconv 1
%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
%include %{_configdir}/gcc-6-1.cfg