5: Update to Binutils 2.32

This commit is contained in:
Sebastian Huber 2019-02-04 08:37:54 +01:00
parent 6eab3c9fe1
commit f75cf6d951
6 changed files with 32 additions and 5 deletions

View File

@ -17,7 +17,7 @@
devel/expat-2.1.0-1
tools/rtems-gdb-8.0.1-1
tools/rtems-binutils-2.31.1
tools/rtems-binutils-2.32
tools/rtems-gcc-7.4.0-newlib-3e24fbf6f
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -33,7 +33,7 @@
#
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-2.31.1
tools/rtems-binutils-2.32
tools/rtems-gcc-7.4.0-newlib-3e24fbf6f
tools/rtems-gdb-7.8.1-1
tools/rtems-tools-5-1

View File

@ -10,7 +10,7 @@
devel/expat-2.1.0-1
tools/rtems-gdb-ce73f310150418a9a1625ab60a527d959096a9e2
tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2
tools/rtems-binutils-2.32
tools/rtems-gcc-89338f04ee3-newlib-3b2133317
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -11,7 +11,7 @@
devel/expat-2.1.0-1
tools/rtems-gdb-ce73f310150418a9a1625ab60a527d959096a9e2
tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2
tools/rtems-binutils-2.32
tools/rtems-gcc-89338f04ee3-newlib-3b2133317
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -9,7 +9,7 @@
devel/expat-2.1.0-1
tools/rtems-gdb-ce73f310150418a9a1625ab60a527d959096a9e2
tools/rtems-binutils-2.31.1
tools/rtems-binutils-2.32
tools/rtems-gcc-7.4.0-newlib-3e24fbf6f
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -0,0 +1,27 @@
#
# Binutils 2.32
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 2.32
%hash sha512 binutils-%{binutils_version}.tar.bz2 99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12
#
# 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