ppc64le: Build early startup code with -mcpu=power8
The --with-rtld-early-cflags configure option was being passed for ppc64 builds instead of for ppc64le. This commit fixes that.
This commit is contained in:
parent
930bcade74
commit
4d899fdb65
@ -170,7 +170,7 @@ Version: %{glibcversion}
|
||||
# - It allows using the Release number without the %%dist tag in the dependency
|
||||
# generator to make the generated requires interchangeable between Rawhide
|
||||
# and ELN (.elnYY < .fcXX).
|
||||
%global baserelease 17
|
||||
%global baserelease 18
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# Licenses:
|
||||
@ -255,10 +255,10 @@ Source12: ChangeLog.old
|
||||
%endif
|
||||
%ifarch ppc64
|
||||
%global glibc_ldso /lib64/ld64.so.1
|
||||
%define glibc_rtld_early_cflags -mcpu=power8
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
%global glibc_ldso /lib64/ld64.so.2
|
||||
%define glibc_rtld_early_cflags -mcpu=power8
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
%global glibc_ldso /lib/ld-linux-riscv64-lp64d.so.1
|
||||
@ -2632,6 +2632,9 @@ update_gconv_modules_cache ()
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2024 Arjun Shankar <arjun@redhat.com> - 2.39-18
|
||||
- ppc64le: Build early startup code with -mcpu=power8
|
||||
|
||||
* Tue Jul 02 2024 Patsy Griffin <patsy@redhat.com> - 2.39-17
|
||||
- Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user