Enable 64-bit BFD for aarch64.

Resolves: #908904
This commit is contained in:
Nick Clifton 2013-02-08 15:37:18 +00:00
parent bd0afd4525
commit 92aafd15a0
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,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.23.51.0.9 Version: 2.23.51.0.9
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
@ -179,7 +179,7 @@ echo target is %{binutils_target}
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS"
CARGS= CARGS=
case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*|arm*) case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*|arm*|aarch64*)
CARGS="$CARGS --enable-64-bit-bfd" CARGS="$CARGS --enable-64-bit-bfd"
;; ;;
esac esac
@ -445,6 +445,9 @@ exit 0
%endif # %{isnative} %endif # %{isnative}
%changelog %changelog
* Fri Feb 08 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.9-2
- Enable 64-bit BFD for aarch64. (#908904)
* Mon Feb 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.9-1 * Mon Feb 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.9-1
- Rebase on 2.23.51.0.9 release. (#907089) - Rebase on 2.23.51.0.9 release. (#907089)
- Retire binutils-2.23.51.0.8-arm-whitespace.patch. - Retire binutils-2.23.51.0.8-arm-whitespace.patch.