5: Update to Binutils 2.30

This commit is contained in:
Sebastian Huber 2018-01-29 07:23:54 +01:00
parent d7fd32078a
commit 6d9c77c77d
7 changed files with 33 additions and 6 deletions

View File

@ -10,7 +10,7 @@
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.29-1
tools/rtems-binutils
tools/rtems-gcc
tools/rtems-gdb-8.0.1-1
tools/rtems-tools-5-1

View File

@ -33,7 +33,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.29-1
tools/rtems-binutils
tools/rtems-gcc
tools/rtems-gdb-7.8.1-1
tools/rtems-tools-5-1

View File

@ -40,7 +40,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.29-1
tools/rtems-binutils
tools/rtems-gcc-m32c
tools/rtems-gdb-8.0.1-1
tools/rtems-tools-5-1

View File

@ -32,7 +32,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.29-1
tools/rtems-binutils
tools/rtems-gcc-or1k
tools/rtems-tools-5-1
tools/rtems-gdb-7.11-2

View File

@ -10,7 +10,7 @@
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.29-1
tools/rtems-binutils
tools/rtems-gcc
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -10,7 +10,7 @@
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.29-1
tools/rtems-binutils
tools/rtems-gcc
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -0,0 +1,27 @@
#
# Binutils 2.30.
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 2.30
%hash sha512 binutils-%{binutils_version}.tar.bz2 c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c
#
# 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
#
# Enable 64-bit BFD support
#
%define with_64_bit_bfd 1
#
# The binutils build instructions. We use 2.xx Release 1.
#
%include %{_configdir}/binutils-2-1.cfg