- Exclude ppc architecture as it is not supported right now.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=74
This commit is contained in:
Martin Liška 2022-10-19 11:06:46 +00:00 committed by Git OBS Bridge
parent a7ccbacfa7
commit 0547aa8325
2 changed files with 2 additions and 0 deletions

@ -19,6 +19,7 @@ Wed Oct 19 08:20:22 UTC 2022 - Martin Liška <mliska@suse.cz>
even on x86-64, it should save a few kilobytes per an output file.
* [arm64] mold can now link executables with -static-pie. Previously, executables
linked with that flag crashed immediately.
- Exclude ppc architecture as it is not supported right now.
-------------------------------------------------------------------
Thu Sep 29 07:06:19 UTC 2022 - Martin Liška <mliska@suse.cz>

@ -49,6 +49,7 @@ BuildRequires: valgrind
BuildRequires: zlib-devel
BuildRequires: zstd
PreReq: update-alternatives
ExcludeArch: ppc
%if %{suse_version} < 1550
%define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_MIMALLOC=OFF