Accepting request 445451 from home:marxin:branches:Base:System
Fix package to support GCC 7. OBS-URL: https://build.opensuse.org/request/show/445451 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=228
This commit is contained in:
parent
b8e07aad0d
commit
cb6324cbc1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 12:09:46 UTC 2016 - mliska@suse.cz
|
||||
|
||||
- Enable -fprofile-correction to cover misleading profile created due
|
||||
to terminating_signal which does not return.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 11:41:49 UTC 2016 - werner@suse.de
|
||||
|
||||
|
@ -550,7 +550,7 @@ popd
|
||||
SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \
|
||||
screen -L -D -m make TESTSCRIPT=%{SOURCE4} check
|
||||
kill -TERM $pid
|
||||
make %{?do_profiling:CFLAGS="$CFLAGS %cflags_profile_feedback" clean} all
|
||||
make %{?do_profiling:CFLAGS="$CFLAGS %cflags_profile_feedback -fprofile-correction" clean} all
|
||||
make -C examples/loadables/
|
||||
make documentation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user