Enable 64-bit BFD and PEP support for riscv.
This commit is contained in:
parent
7111265a8a
commit
dcf3d266fa
@ -2,7 +2,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.33.1
|
Version: 2.33.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -432,7 +432,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
|
|
||||||
CARGS=
|
CARGS=
|
||||||
|
|
||||||
case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*|arm*|aarch64*)
|
case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*|arm*|aarch64*|riscv*)
|
||||||
CARGS="$CARGS --enable-64-bit-bfd"
|
CARGS="$CARGS --enable-64-bit-bfd"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -457,7 +457,7 @@ case %{binutils_target} in ppc64le*)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case %{binutils_target} in x86_64*|i?86*|arm*|aarch64*)
|
case %{binutils_target} in x86_64*|i?86*|arm*|aarch64*|riscv*)
|
||||||
CARGS="$CARGS --enable-targets=x86_64-pep"
|
CARGS="$CARGS --enable-targets=x86_64-pep"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -782,6 +782,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 23 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 2.33.1-12
|
||||||
|
- Enable 64-bit BFD and PEP support for riscv. (#1794343)
|
||||||
|
|
||||||
* Thu Jan 02 2020 Nick Clifton <nickc@redhat.com> - 2.33.1-11
|
* Thu Jan 02 2020 Nick Clifton <nickc@redhat.com> - 2.33.1-11
|
||||||
- Improve the accuracy of addr2line. (#1760967)
|
- Improve the accuracy of addr2line. (#1760967)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user