forked from pool/binutils
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:
parent
4d31f3f0fa
commit
2089720318
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user