Revert binutils to 2.39 for rtems6

Binutils 2.40 has a regression for AArch64 that has previously been
fixed. See https://sourceware.org/bugzilla/show_bug.cgi?id=27217

This regression causes at least 2 tests to fail to build.
This commit is contained in:
Kinsey Moore 2023-03-21 13:43:53 -05:00 committed by Joel Sherrill
parent 0054104e37
commit 0e55aff235
2 changed files with 14 additions and 1 deletions

View File

@ -13,7 +13,7 @@
%defineifnot with_rtems_expat devel/expat-2.4.8-1 %defineifnot with_rtems_expat devel/expat-2.4.8-1
%defineifnot with_rtems_gmp devel/gmp-6.2.1 %defineifnot with_rtems_gmp devel/gmp-6.2.1
%defineifnot with_rtems_gdb tools/rtems-gdb-13.1 %defineifnot with_rtems_gdb tools/rtems-gdb-13.1
%defineifnot with_rtems_binutils tools/rtems-binutils-2.40 %defineifnot with_rtems_binutils tools/rtems-binutils-2.39
%defineifnot with_rtems_gcc tools/rtems-gcc-12-newlib-head %defineifnot with_rtems_gcc tools/rtems-gcc-12-newlib-head
%defineifnot with_rtems_tools tools/rtems-tools-6 %defineifnot with_rtems_tools tools/rtems-tools-6

View File

@ -0,0 +1,13 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 2.39
#%define binutils_external 1
%hash sha512 binutils-%{binutils_version}.tar.bz2 \
+qWS3Uj8cVkBrXBKyW29NLF5LFHnfHqSo4eWSwcAcDx0vgfeRcxHUZRcjAZ0Noxz3Be7xWPR0s0jW169jG5++w==
%define with_deterministic_archives 1
%define with_64_bit_bfd 1
%include %{_configdir}/binutils-2-1.cfg