Add i386pep emulation for all EFI capable CPU types.
Resolves: #1376870
This commit is contained in:
parent
da9be1579e
commit
ab12bff2af
@ -43,7 +43,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.27
|
Version: 2.27
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -300,6 +300,11 @@ case %{binutils_target} in ppc64le*)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case %{binutils_target} in x86_64*|i?86*|arm*|aarch64*)
|
||||||
|
CARGS="$CARGS --enable-targets=x86_64-pep"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
%if 0%{?_with_debug:1}
|
%if 0%{?_with_debug:1}
|
||||||
CFLAGS="$CFLAGS -O0 -ggdb2 -Wno-error -D_FORTIFY_SOURCE=0"
|
CFLAGS="$CFLAGS -O0 -ggdb2 -Wno-error -D_FORTIFY_SOURCE=0"
|
||||||
%define enable_shared 0
|
%define enable_shared 0
|
||||||
@ -586,7 +591,11 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 20 2016 Nick Clifton <nickc@redhat.com> 2.27-7
|
* Thu Sep 22 2016 Mark Pryor <pryorm09@gmail.com> 2.27-8
|
||||||
|
- Add i386pep emulation for all EFI capable CPU types.
|
||||||
|
(#1376870)
|
||||||
|
|
||||||
|
* Wed Sep 21 2016 Nick Clifton <nickc@redhat.com> 2.27-7
|
||||||
- Use --with-sysroot=/ for native targets. This prevents the default
|
- Use --with-sysroot=/ for native targets. This prevents the default
|
||||||
sysroot of /usr/local/<target>/sys-root from being used, which breaks
|
sysroot of /usr/local/<target>/sys-root from being used, which breaks
|
||||||
locating needed shared libaries, but still allows the --sysroot
|
locating needed shared libaries, but still allows the --sysroot
|
||||||
|
Loading…
Reference in New Issue
Block a user