mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
2ef6e4820d
commit
8ee4e8cd55
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user