forked from products/SUSE_ALP_Standard
disable 32bit build on ALP
This commit is contained in:
parent
14495b5a5d
commit
ad89bc0c72
47
_config
47
_config
@ -1834,12 +1834,34 @@ Optflags: * -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-st
|
|||||||
%define skelcd_compat 0
|
%define skelcd_compat 0
|
||||||
%define _without_aom 1
|
%define _without_aom 1
|
||||||
%define _without_avif 1
|
%define _without_avif 1
|
||||||
|
%define disable_32bit 1
|
||||||
|
|
||||||
|
%ifarch s390x
|
||||||
|
%define tuneflag zEC12
|
||||||
|
%define archflag zEC12
|
||||||
|
|
||||||
|
Macros:
|
||||||
|
%tuneflag zEC12
|
||||||
|
%archflag zEC12
|
||||||
|
:Macros
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Substitute: glibc-devel-32bit
|
||||||
|
Substitute: glibc-devel-static-32bit
|
||||||
|
Substitute: gcc-32bit
|
||||||
|
Substitute: gcc5-32bit
|
||||||
|
Substitute: gcc6-32bit
|
||||||
|
Substitute: gcc-ada-32bit
|
||||||
|
Substitute: gcc5-c++-32bit
|
||||||
|
Substitute: gcc6-c++-32bit
|
||||||
|
Substitute: gcc-c++-32bit
|
||||||
|
|
||||||
Macros:
|
Macros:
|
||||||
%suse_version 1600
|
%suse_version 1600
|
||||||
%workbench_version 0100
|
%workbench_version 0100
|
||||||
%is_opensuse 0
|
%is_opensuse 0
|
||||||
%skelcd_compat 0
|
%skelcd_compat 0
|
||||||
|
%disable_32bit 1
|
||||||
%_without_aom 1
|
%_without_aom 1
|
||||||
%_without_avif 1
|
%_without_avif 1
|
||||||
%build_ldflags %{?_lto_cflags}
|
%build_ldflags %{?_lto_cflags}
|
||||||
@ -1923,31 +1945,6 @@ Macros:
|
|||||||
# Support: !rpmlint-Factory
|
# Support: !rpmlint-Factory
|
||||||
# Support: !rpmlint-Factory-strict
|
# Support: !rpmlint-Factory-strict
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# copy-paste from openSUSE:Factory:zSystems
|
|
||||||
%ifarch s390x
|
|
||||||
%define disable_32bit 1
|
|
||||||
%define tuneflag zEC12
|
|
||||||
%define archflag zEC12
|
|
||||||
|
|
||||||
Macros:
|
|
||||||
%disable_32bit 1
|
|
||||||
%tuneflag zEC12
|
|
||||||
%archflag zEC12
|
|
||||||
:Macros
|
|
||||||
|
|
||||||
Substitute: glibc-devel-32bit
|
|
||||||
Substitute: glibc-devel-static-32bit
|
|
||||||
Substitute: gcc-32bit
|
|
||||||
Substitute: gcc5-32bit
|
|
||||||
Substitute: gcc6-32bit
|
|
||||||
Substitute: gcc-ada-32bit
|
|
||||||
Substitute: gcc5-c++-32bit
|
|
||||||
Substitute: gcc6-c++-32bit
|
|
||||||
Substitute: gcc-c++-32bit
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Substitute: mail
|
Substitute: mail
|
||||||
|
|
||||||
%if 1
|
%if 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user