Configure with --enable-host-pie --enable-host-bind-now
Resolves: RHEL-95564
This commit is contained in:
parent
cf52435176
commit
e3b4dc923c
@ -171,7 +171,7 @@ BuildRequires: gcc-toolset-%{gts_ver}-devel
|
||||
Summary: GCC version %{gcc_major}
|
||||
Name: %{?scl_prefix}gcc
|
||||
Version: %{gcc_version}
|
||||
Release: %{gcc_release}.1%{?dist}
|
||||
Release: %{gcc_release}.2%{?dist}
|
||||
# License notes for some of the less obvious ones:
|
||||
# gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
|
||||
# isl: MIT, BSD-2-Clause
|
||||
@ -1071,6 +1071,9 @@ CONFIGURE_OPTS="\
|
||||
%ifnarch %{arm}
|
||||
--with-build-config=bootstrap-lto --enable-link-serialization=1 \
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?rhel:1}
|
||||
--enable-host-pie --enable-host-bind-now \
|
||||
%endif
|
||||
"
|
||||
|
||||
@ -2881,6 +2884,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 6 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.2
|
||||
- configure with --enable-host-pie --enable-host-bind-now (RHEL-95564)
|
||||
|
||||
* Wed Jun 4 2025 Marek Polacek <polacek@redhat.com> 15.1.1-2.1
|
||||
- re-enable annobin-plugin and offload-nvptx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user