Accepting request 1062047 from home:marxin:branches:devel:gcc

- Pack libgprofng only for supported platforms.

OBS-URL: https://build.opensuse.org/request/show/1062047
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=433
This commit is contained in:
Martin Liška 2023-01-30 12:48:54 +00:00 committed by Git OBS Bridge
parent 4d31f3f0fa
commit 2089720318
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 30 09:18:59 UTC 2023 - Martin Liška <mliska@suse.cz>
- Pack libgprofng only for supported platforms.
-------------------------------------------------------------------
Fri Jan 27 19:06:39 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@ -103,11 +103,13 @@ Release: 0
%endif
%define target_list aarch64 alpha armv5l armv6l armv7l armv8l avr pru epiphany hppa hppa64 i686 ia64 m68k mips powerpc powerpc64 powerpc64le riscv64 rx s390 s390x sh4 sparc sparc64 x86_64 xtensa
%if %{suse_version} <= 1500
%define build_gprofng 0
%else
%if %{suse_version} > 1500
%ifarch aarch64 %ix86 x86_64 %x86_64
%define build_gprofng 1
%endif
%endif
#
#