mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
0054104e37
commit
0e55aff235
@ -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
|
||||||
|
|
||||||
|
13
rtems/config/tools/rtems-binutils-2.39.cfg
Normal file
13
rtems/config/tools/rtems-binutils-2.39.cfg
Normal 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
|
Loading…
x
Reference in New Issue
Block a user