mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
5: Update to Binutils 2.30
This commit is contained in:
parent
d7fd32078a
commit
6d9c77c77d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
27
rtems/config/tools/rtems-binutils.cfg
Normal file
27
rtems/config/tools/rtems-binutils.cfg
Normal 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
|
Loading…
x
Reference in New Issue
Block a user