- Turn cross compiler to ppc64le to a glibc cross.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=68
This commit is contained in:
parent
882160ed64
commit
c88d4a9b9c
@ -6,6 +6,8 @@
|
|||||||
<flavor>cross-riscv64-gcc13</flavor>
|
<flavor>cross-riscv64-gcc13</flavor>
|
||||||
<flavor>cross-s390x-gcc13-bootstrap</flavor>
|
<flavor>cross-s390x-gcc13-bootstrap</flavor>
|
||||||
<flavor>cross-s390x-gcc13</flavor>
|
<flavor>cross-s390x-gcc13</flavor>
|
||||||
|
<flavor>cross-ppc64le-gcc13-bootstrap</flavor>
|
||||||
|
<flavor>cross-ppc64le-gcc13</flavor>
|
||||||
<flavor>cross-arm-gcc13</flavor>
|
<flavor>cross-arm-gcc13</flavor>
|
||||||
<flavor>cross-avr-gcc13-bootstrap</flavor>
|
<flavor>cross-avr-gcc13-bootstrap</flavor>
|
||||||
<flavor>cross-avr-gcc13</flavor>
|
<flavor>cross-avr-gcc13</flavor>
|
||||||
@ -15,7 +17,6 @@
|
|||||||
<flavor>cross-sparc-gcc13</flavor>
|
<flavor>cross-sparc-gcc13</flavor>
|
||||||
<flavor>cross-sparc64-gcc13</flavor>
|
<flavor>cross-sparc64-gcc13</flavor>
|
||||||
<flavor>cross-ppc64-gcc13</flavor>
|
<flavor>cross-ppc64-gcc13</flavor>
|
||||||
<flavor>cross-ppc64le-gcc13</flavor>
|
|
||||||
<flavor>cross-m68k-gcc13</flavor>
|
<flavor>cross-m68k-gcc13</flavor>
|
||||||
<flavor>cross-mips-gcc13</flavor>
|
<flavor>cross-mips-gcc13</flavor>
|
||||||
<flavor>cross-hppa-gcc13-bootstrap</flavor>
|
<flavor>cross-hppa-gcc13-bootstrap</flavor>
|
||||||
|
@ -101,6 +101,7 @@ if test "$do_crosses" = 1 ; then
|
|||||||
add_glibc_cross cross-aarch64-gcc$base_ver aarch64 aarch64-suse-linux
|
add_glibc_cross cross-aarch64-gcc$base_ver aarch64 aarch64-suse-linux
|
||||||
add_glibc_cross cross-riscv64-gcc$base_ver riscv64 riscv64-suse-linux
|
add_glibc_cross cross-riscv64-gcc$base_ver riscv64 riscv64-suse-linux
|
||||||
add_glibc_cross cross-s390x-gcc$base_ver s390x s390x-suse-linux
|
add_glibc_cross cross-s390x-gcc$base_ver s390x s390x-suse-linux
|
||||||
|
add_glibc_cross cross-ppc64le-gcc$base_ver ppc64le powerpc64le-suse-linux
|
||||||
add_cross cross-arm-gcc$base_ver arm arm-suse-linux-gnueabi %define gcc_icecream 1
|
add_cross cross-arm-gcc$base_ver arm arm-suse-linux-gnueabi %define gcc_icecream 1
|
||||||
add_cross cross-avr-gcc$base_ver-bootstrap avr avr "%define gcc_libc_bootstrap 1"
|
add_cross cross-avr-gcc$base_ver-bootstrap avr avr "%define gcc_libc_bootstrap 1"
|
||||||
add_cross cross-avr-gcc$base_ver avr avr
|
add_cross cross-avr-gcc$base_ver avr avr
|
||||||
@ -109,7 +110,6 @@ add_cross cross-x86_64-gcc$base_ver x86_64 x86_64-suse-linux %define gcc_icecrea
|
|||||||
add_cross cross-sparc-gcc$base_ver sparcv9 sparc-suse-linux %define gcc_icecream 1
|
add_cross cross-sparc-gcc$base_ver sparcv9 sparc-suse-linux %define gcc_icecream 1
|
||||||
add_cross cross-sparc64-gcc$base_ver sparc64 sparc64-suse-linux %define gcc_icecream 1
|
add_cross cross-sparc64-gcc$base_ver sparc64 sparc64-suse-linux %define gcc_icecream 1
|
||||||
add_cross cross-ppc64-gcc$base_ver ppc64 powerpc64-suse-linux %define gcc_icecream 1
|
add_cross cross-ppc64-gcc$base_ver ppc64 powerpc64-suse-linux %define gcc_icecream 1
|
||||||
add_cross cross-ppc64le-gcc$base_ver ppc64le powerpc64le-suse-linux %define gcc_icecream 1
|
|
||||||
add_cross cross-m68k-gcc$base_ver m68k m68k-suse-linux %define gcc_icecream 1
|
add_cross cross-m68k-gcc$base_ver m68k m68k-suse-linux %define gcc_icecream 1
|
||||||
add_cross cross-mips-gcc$base_ver mips mips-suse-linux %define gcc_icecream 1
|
add_cross cross-mips-gcc$base_ver mips mips-suse-linux %define gcc_icecream 1
|
||||||
add_cross cross-hppa-gcc$base_ver-bootstrap hppa hppa-suse-linux %define gcc_libc_bootstrap 1
|
add_cross cross-hppa-gcc$base_ver-bootstrap hppa hppa-suse-linux %define gcc_libc_bootstrap 1
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -666,6 +666,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -666,6 +666,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
1063
cross-ppc64le-gcc13-bootstrap.spec
Normal file
1063
cross-ppc64le-gcc13-bootstrap.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
%define pkgname cross-ppc64le-gcc13
|
%define pkgname cross-ppc64le-gcc13
|
||||||
%define cross_arch ppc64le
|
%define cross_arch ppc64le
|
||||||
%define gcc_target_arch powerpc64le-suse-linux
|
%define gcc_target_arch powerpc64le-suse-linux
|
||||||
%define gcc_icecream 1
|
%define gcc_target_glibc 1
|
||||||
# nospeccleaner
|
# nospeccleaner
|
||||||
|
|
||||||
%define build_cp 0%{!?gcc_accel:1}
|
%define build_cp 0%{!?gcc_accel:1}
|
||||||
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -666,6 +666,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -666,6 +666,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -666,6 +666,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -665,6 +665,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -1662,6 +1662,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -853,6 +853,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
@ -9,6 +9,7 @@ Mon Aug 28 07:59:17 UTC 2023 - Richard Biener <rguenther@suse.com>
|
|||||||
since newlib isn't available there.
|
since newlib isn't available there.
|
||||||
- Fix typo preventing s390x compiler build.
|
- Fix typo preventing s390x compiler build.
|
||||||
- Raise s390x architecture baseline to z14 for ALP. [PED-253]
|
- Raise s390x architecture baseline to z14 for ALP. [PED-253]
|
||||||
|
- Turn cross compiler to ppc64le to a glibc cross.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 23 06:50:07 UTC 2023 - Richard Biener <rguenther@suse.com>
|
Wed Aug 23 06:50:07 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||||
|
@ -2670,6 +2670,9 @@ amdgcn-amdhsa,\
|
|||||||
--enable-fix-cortex-a53-843419 \
|
--enable-fix-cortex-a53-843419 \
|
||||||
%endif
|
%endif
|
||||||
%if "%{TARGET_ARCH}" == "powerpc64le"
|
%if "%{TARGET_ARCH}" == "powerpc64le"
|
||||||
|
%if 0%{?cross_arch:1}
|
||||||
|
--with-glibc-version=2.32 \
|
||||||
|
%endif
|
||||||
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
%if %{suse_version} >= 1600 && !0%{?is_opensuse}
|
||||||
--with-cpu=power9 \
|
--with-cpu=power9 \
|
||||||
--with-tune=power9 \
|
--with-tune=power9 \
|
||||||
|
Loading…
Reference in New Issue
Block a user