SHA256
6
0
forked from pool/glibc

Accepting request 1105416 from home:Andreas_Schwab:Factory

- posix-memalign-fragmentation.patch: malloc: Enable merging of remainders
  in memalign, remove bin scanning from memalign (BZ #30723)
- Limit build counter sync to i686 flavor, to reduce needs for rebuilds

OBS-URL: https://build.opensuse.org/request/show/1105416
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=663
This commit is contained in:
2023-08-23 07:20:45 +00:00
committed by Git OBS Bridge
parent d2e1bb4b49
commit 78bf8a5668
3 changed files with 566 additions and 0 deletions

View File

@@ -235,6 +235,8 @@ BuildRequires: cross-%{cross_arch}-linux-glibc-devel
%if "%flavor" == "i686"
ExclusiveArch: i586 i686
BuildArch: i686
# Sync only this build counter with the main build
#!BcntSyncTag: glibc
%endif
###
@@ -298,6 +300,8 @@ Patch1000: iconv-error-verbosity.patch
Patch1001: cache-amd-legacy.patch
# PATCH-FIX-UPSTREAM x86: Fix incorrect scope of setting `shared_per_thread` (BZ# 30745)
Patch1002: cache-intel-shared.patch
# PATCH-FIX-UPSTREAM malloc: Enable merging of remainders in memalign, remove bin scanning from memalign (BZ #30723)
Patch1003: posix-memalign-fragmentation.patch
###
# Patches awaiting upstream approval
@@ -524,6 +528,7 @@ library in a cross compilation setting.
%patch1000 -p1
%patch1001 -p1
%patch1002 -p1
%patch1003 -p1
%endif
%patch2000 -p1