From e04fddccf9ecf187c6b66b7caf61f64af24c4f0a Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Wed, 13 Oct 2021 10:31:06 -0400 Subject: rtems-binutils: Update to 2.37 and update head Update to binutils 2.37 for RTEMS 6 to fix an issue when building tests for AArch64. Also updated the commit and hash for binutils in rtems-binutils-head. Closes #4218 --- rtems/config/6/rtems-default.bset | 2 +- rtems/config/tools/rtems-binutils-2.37.cfg | 12 ++++++++++++ rtems/config/tools/rtems-binutils-head.cfg | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 rtems/config/tools/rtems-binutils-2.37.cfg (limited to 'rtems') diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset index 0c07b08..8bf6922 100644 --- a/rtems/config/6/rtems-default.bset +++ b/rtems/config/6/rtems-default.bset @@ -12,6 +12,6 @@ devel/expat-2.1.0-1 devel/gmp-6.1.0 tools/rtems-gdb-10 -tools/rtems-binutils-2.36 +tools/rtems-binutils-2.37 tools/rtems-gcc-10-newlib-head tools/rtems-tools-6 diff --git a/rtems/config/tools/rtems-binutils-2.37.cfg b/rtems/config/tools/rtems-binutils-2.37.cfg new file mode 100644 index 0000000..dbdc38c --- /dev/null +++ b/rtems/config/tools/rtems-binutils-2.37.cfg @@ -0,0 +1,12 @@ +%include %{_configdir}/checks.cfg +%include %{_configdir}/base.cfg + +%define binutils_version 2.37 +#%define binutils_external 1 + +%hash sha512 %{binutils_version}.tar.bz2 s/UYRpf3fpTJXUj2h53iFOteF6pu+OlvZVMNFX5RWxri8pDphFPk/xJkYlIPoPY4UrbhyPuzl+0uQZhDNrx4xg== + +%define with_deterministic_archives 1 +%define with_64_bit_bfd 1 + +%include %{_configdir}/binutils-2-1.cfg diff --git a/rtems/config/tools/rtems-binutils-head.cfg b/rtems/config/tools/rtems-binutils-head.cfg index 46abb68..3199f60 100644 --- a/rtems/config/tools/rtems-binutils-head.cfg +++ b/rtems/config/tools/rtems-binutils-head.cfg @@ -1,11 +1,11 @@ %include %{_configdir}/checks.cfg %include %{_configdir}/base.cfg -%define binutils_version 3b2bef8 +%define binutils_version 255a531 %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 b50bf8c83e7fb3e9654ff232df42b44b312488caa3b6ab0f53e2041e632b0f0235007866d0f191b7462a153c1c9b85a822e0ddd9c8d8a78c13e51177d9390e74 +%hash sha512 %{binutils_expand_name}.tar.gz y9dCenfnen0sUJ14yxcZHKPW5QByAQO2P6RGdHXV+V6+D7kBYOKsOzeWYjpeX3tw4j+8NFYwlIrw/9ZsV4WeaQ== %define with_deterministic_archives 1 %define with_64_bit_bfd 1 -- cgit v1.2.3