Drop static PIE support on aarch64
It leads to crashes at run time. Probably needs binutils fixes not yet in rawhide.
This commit is contained in:
parent
fac98a7443
commit
36e8658036
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.26.9000-1140-g4612268a0a
|
%define glibcsrcdir glibc-2.26.9000-1140-g4612268a0a
|
||||||
%define glibcversion 2.26.9000
|
%define glibcversion 2.26.9000
|
||||||
%define glibcrelease 44%{?dist}
|
%define glibcrelease 45%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -93,7 +93,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Only some architectures have static PIE support.
|
# Only some architectures have static PIE support.
|
||||||
%define pie_arches aarch64 %{ix86} x86_64
|
%define pie_arches %{ix86} x86_64
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Any architecture/kernel combination that supports running 32-bit and 64-bit
|
# Any architecture/kernel combination that supports running 32-bit and 64-bit
|
||||||
@ -2035,6 +2035,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 19 2018 Florian Weimer <fweimer@redhat.com> - 2.26.9000-45
|
||||||
|
- Drop static PIE support on aarch64. It leads to crashes at run time.
|
||||||
|
|
||||||
* Fri Jan 19 2018 Florian Weimer <fweimer@redhat.com> - 2.26.9000-44
|
* Fri Jan 19 2018 Florian Weimer <fweimer@redhat.com> - 2.26.9000-44
|
||||||
- Correct the list of static PIE architectures
|
- Correct the list of static PIE architectures
|
||||||
- glibc_post_upgrade: Remove process restart logic
|
- glibc_post_upgrade: Remove process restart logic
|
||||||
|
Loading…
Reference in New Issue
Block a user