SHA256
6
0
forked from pool/bash

Accepting request 1267821 from Base:System

- Make it build even on s390 with profiling

OBS-URL: https://build.opensuse.org/request/show/1267821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=198
This commit is contained in:
2025-04-14 10:55:10 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 8 06:07:24 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Make it build even on s390 with profiling
-------------------------------------------------------------------
Mon Mar 10 09:38:26 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -503,7 +503,8 @@ echo exit 0 > tests/read7.sub
screen -D -m %make_build -j1 TESTSCRIPT=%{SOURCE4} check
kill -TERM $pid
%if 0%{?do_profiling} && !0%{?want_reproducible_builds}
profilecflags=CFLAGS="$CFLAGS %{cflags_profile_feedback}"
rm -f jobs.gcda
profilecflags=CFLAGS="$CFLAGS %{cflags_profile_feedback} -fprofile-correction"
%make_build $makeopts "$profilecflags" clean
%endif
%make_build $makeopts "$profilecflags" all