Accepting request 1097918 from devel:gcc
- Bump to f9781fcf733ca3afe5b5811afd8ecbb18d9d3a11, git7552 - Remove gcc13-pr110334.patch again as it breaks libreoffice build. - Bump to a533ded17fb13cbbb2fa5133ecd470360f66c5cf, git7489. - Add gcc13-pr110334.patch to fix missed optimization in Skia resulting in Firefox crashes when building with LTO. [boo#1212101] - Raise architecture levels for ALP. [PED-153] * Raise POWER architecture baseline to power9. [PED-2005] * Raise x86-64 architecture baseline to x86-64-v2 for ALP. [PED-252] * Delay raising s390x architecture baseline to z14. [PED-253] OBS-URL: https://build.opensuse.org/request/show/1097918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc13?expand=0&rev=11
This commit is contained in:
commit
06adeac959
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -108,7 +108,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -631,6 +631,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -643,6 +647,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -670,34 +675,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -108,7 +108,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -631,6 +631,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -643,6 +647,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -670,34 +675,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -108,7 +108,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -631,6 +631,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -643,6 +647,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -670,34 +675,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -108,7 +108,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -631,6 +631,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -643,6 +647,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -670,34 +675,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -108,7 +108,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -631,6 +631,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -643,6 +647,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -670,34 +675,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -107,7 +107,7 @@ Name: %{pkgname}
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -630,6 +630,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -642,6 +646,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -669,34 +674,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3368bca3b7d5e231bd20d12fd75869aaea08373b8863668c37d22611b8639d7
|
|
||||||
size 87100668
|
|
3
gcc-13.1.1+git7552.tar.xz
Normal file
3
gcc-13.1.1+git7552.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98b95d594a6cbb5c270be7214c45873e87b0b28194833e7837c54438748918fc
|
||||||
|
size 86948796
|
26
gcc.spec.in
26
gcc.spec.in
@ -204,7 +204,7 @@
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 1
|
Release: 1
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -1641,6 +1641,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -1653,6 +1657,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -1680,34 +1685,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -221,7 +221,7 @@
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -832,6 +832,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -844,6 +848,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -871,34 +876,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 10 08:12:40 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Bump to f9781fcf733ca3afe5b5811afd8ecbb18d9d3a11, git7552
|
||||||
|
- Remove gcc13-pr110334.patch again as it breaks libreoffice build.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 28 06:56:52 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Bump to a533ded17fb13cbbb2fa5133ecd470360f66c5cf, git7489.
|
||||||
|
- Add gcc13-pr110334.patch to fix missed optimization in Skia
|
||||||
|
resulting in Firefox crashes when building with LTO. [boo#1212101]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 13 09:22:50 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Raise architecture levels for ALP. [PED-153]
|
||||||
|
* Raise POWER architecture baseline to power9. [PED-2005]
|
||||||
|
* Raise x86-64 architecture baseline to x86-64-v2 for ALP. [PED-252]
|
||||||
|
* Delay raising s390x architecture baseline to z14. [PED-253]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 09:05:30 UTC 2023 - Richard Biener <rguenther@suse.com>
|
Mon May 22 09:05:30 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
26
gcc13.spec
26
gcc13.spec
@ -200,7 +200,7 @@
|
|||||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||||
|
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Version: 13.1.1+git7364
|
Version: 13.1.1+git7552
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
@ -2649,6 +2649,10 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-cpu=power9 \
|
||||||
|
--with-tune=power9 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
@ -2661,6 +2665,7 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
@ -2688,34 +2693,53 @@ amdgcn-amdhsa,\
|
|||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "i586"
|
%if "%{TARGET_ARCH}" == "i586"
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
%if 0%{?sle_version:%sle_version} >= 150000
|
%if 0%{?sle_version:%sle_version} >= 150000
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
%else
|
%else
|
||||||
--with-arch-32=i586 \
|
--with-arch-32=i586 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "x86_64"
|
%if "%{TARGET_ARCH}" == "x86_64"
|
||||||
%ifnarch %{disable_multilib_arch}
|
%ifnarch %{disable_multilib_arch}
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch-32=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch-32=x86-64 \
|
--with-arch-32=x86-64 \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
|
--with-arch=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
--with-tune=generic \
|
--with-tune=generic \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390"
|
%if "%{TARGET_ARCH}" == "s390"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "s390x"
|
%if "%{TARGET_ARCH}" == "s390x"
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
|
%else
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
--with-tune=zEC12 --with-arch=z196 \
|
--with-tune=zEC12 --with-arch=z196 \
|
||||||
%else
|
%else
|
||||||
--with-tune=z9-109 --with-arch=z900 \
|
--with-tune=z9-109 --with-arch=z900 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-long-double-128 \
|
--with-long-double-128 \
|
||||||
--enable-decimal-float \
|
--enable-decimal-float \
|
||||||
|
Loading…
Reference in New Issue
Block a user