From b18e520894850e9c858f6458cf6105029190748d Mon Sep 17 00:00:00 2001 From: frey1186 Date: Wed, 11 Oct 2023 15:20:52 +0800 Subject: [PATCH] Generate libbfd.so and libopcodes.so for ppc64le --- binutils.spec | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 0b66237..edcc040 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.40 -Release: 3 +Release: 4 License: GPL-3.0-or-later URL: https://sourceware.org/binutils @@ -1025,6 +1025,24 @@ install_binutils() # Generate libbfd.so and libopcodes.so +%ifarch %{power64} + tee %{buildroot}%{_libdir}/libbfd.so < - 2.40-4 +- Generate libbfd.so and libopcodes.so for powerpc + * Tue Aug 29 2023 eastb233 - 2.40-3 - Rename ctf-spec.info in binutils package because gdb-help package also provides it -- Gitee