forked from pool/gcc12
- Separate ppc64le from ppc/ppc64 specific configury.
- Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. - Separate ppc64le from ppc/ppc64 specific configury. Rev devel:gcc/38 Md5 4e528355b8d1f5160e54e7e84ad64a1b 2022-04-28 07:39:53 rguenther None
This commit is contained in:
parent
993fea9592
commit
9cd8a0e6dc
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -618,10 +618,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -635,20 +631,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -618,10 +618,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -635,20 +631,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -618,10 +618,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -635,20 +631,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -618,10 +618,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -635,20 +631,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -617,10 +617,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -634,20 +630,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
21
gcc.spec.in
21
gcc.spec.in
@ -1495,10 +1495,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -1512,20 +1508,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -809,10 +809,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -826,20 +822,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Thu Apr 28 06:43:08 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
- Switch ppc64le to the IEEE long double ABI by default in Factory.
|
||||||
|
- Separate ppc64le from ppc/ppc64 specific configury.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
Wed Apr 27 05:56:00 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
21
gcc12.spec
21
gcc12.spec
@ -2305,10 +2305,6 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-835769 \
|
--enable-fix-cortex-a53-835769 \
|
||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc"
|
|
||||||
--with-cpu=default32 \
|
|
||||||
%endif
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
%if %{suse_version} >= 1350
|
%if %{suse_version} >= 1350
|
||||||
--with-cpu=power8 \
|
--with-cpu=power8 \
|
||||||
@ -2322,20 +2318,23 @@ amdgcn-amdhsa,\
|
|||||||
--with-tune=power7 \
|
--with-tune=power7 \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
--with-cpu-64=power4 \
|
|
||||||
%endif
|
|
||||||
--enable-secureplt \
|
|
||||||
--with-long-double-128 \
|
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
|
||||||
--enable-targets=powerpcle-linux \
|
|
||||||
%if %{suse_version} > 1500
|
%if %{suse_version} > 1500
|
||||||
--with-long-double-format=ieee \
|
--with-long-double-format=ieee \
|
||||||
%else
|
%else
|
||||||
--with-long-double-format=ibm \
|
--with-long-double-format=ibm \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
|
--enable-targets=powerpcle-linux \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64"
|
||||||
|
%if "%{TARGET_ARCH}" == "powerpc"
|
||||||
|
--with-cpu=default32 \
|
||||||
|
%endif
|
||||||
|
--with-cpu-64=power4 \
|
||||||
|
--enable-secureplt \
|
||||||
|
--with-long-double-128 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "sparc64"
|
%if "%{TARGET_ARCH}" == "sparc64"
|
||||||
--with-cpu=ultrasparc \
|
--with-cpu=ultrasparc \
|
||||||
|
Loading…
Reference in New Issue
Block a user