Accepting request 1074189 from devel:gcc:next

- Use --enable-link-serialization rather that --enable-link-mutex,
  the benefit of the former one is that the linker jobs are not
  holding tokens of the make's jobserver.

OBS-URL: https://build.opensuse.org/request/show/1074189
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=31
This commit is contained in:
2023-03-27 07:27:19 +00:00
committed by Git OBS Bridge
parent b53afccb97
commit 26b3f96cdc
34 changed files with 40 additions and 33 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 24 13:37:38 UTC 2023 - Martin Liška <mliska@suse.cz>
- Use --enable-link-serialization rather that --enable-link-mutex,
the benefit of the former one is that the linker jobs are not
holding tokens of the make's jobserver.
-------------------------------------------------------------------
Thu Mar 23 22:14:59 UTC 2023 - Martin Liška <mliska@suse.cz>