Accepting request 974890 from home:marxin:branches:devel:gcc
- Fix ExcludeArch for ppc. OBS-URL: https://build.opensuse.org/request/show/974890 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=405
This commit is contained in:
parent
473303228c
commit
ee641bff33
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 10:22:26 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Fix ExcludeArch for ppc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 07:10:59 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -28,16 +28,12 @@
|
||||
%if "%{flavor}" == "i386"
|
||||
ExcludeArch: %ix86
|
||||
%else
|
||||
%if "%{flavor}" == "ppc"
|
||||
ExcludeArch: powerpc
|
||||
%else
|
||||
%if "%{flavor}" == "arm"
|
||||
ExcludeArch: %arm
|
||||
%else
|
||||
ExcludeArch: %{flavor}
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user