5: Update RISC-V Binutils and GDB

This includes the following bug fix:

https://sourceware.org/bugzilla/show_bug.cgi?id=23305

Update #3452.
This commit is contained in:
Sebastian Huber 2018-06-20 07:37:34 +02:00
parent 2ef6e4820d
commit 8ee4e8cd55
4 changed files with 47 additions and 4 deletions

View File

@ -10,8 +10,8 @@
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-773ff7907c05313aebbcd5e8319e5b869ac4f792
tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65
tools/rtems-gcc-7.3.0-newlib-3.0.0
tools/rtems-gdb-773ff7907c05313aebbcd5e8319e5b869ac4f792
tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -10,8 +10,8 @@
5/rtems-autotools
devel/expat-2.1.0-1
tools/rtems-binutils-773ff7907c05313aebbcd5e8319e5b869ac4f792
tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65
tools/rtems-gcc-7.3.0-newlib-3.0.0
tools/rtems-gdb-773ff7907c05313aebbcd5e8319e5b869ac4f792
tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -0,0 +1,29 @@
#
# Binutils
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 160d1b3d74593bf42155da24569f54a6e7140f65
%define binutils_external 1
%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
%hash sha512 %{binutils_expand_name}.tar.gz 768de99bac5cc875d0b3e0604b05f936dd2d9de2cdb5865d0fe0ccf3f4b53ce2b1cfb41e6e113c18c5e2044a4a33a404f3781cb2a63dc5cb198be8d9974d38f9
#
# 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

View File

@ -0,0 +1,14 @@
#
# GDB
#
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gdb_version 160d1b3d74593bf42155da24569f54a6e7140f65
%define gdb_external 1
%define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}
%source set gdb --rsb-file=%{gdb_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}
%hash sha512 %{gdb_expand_name}.tar.gz 768de99bac5cc875d0b3e0604b05f936dd2d9de2cdb5865d0fe0ccf3f4b53ce2b1cfb41e6e113c18c5e2044a4a33a404f3781cb2a63dc5cb198be8d9974d38f9
%include %{_configdir}/gdb-7-1.cfg