From b068dc7ed1cce5cfcff995514a13332a5c909e81 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 8 Apr 2022 20:45:22 +0000 Subject: [PATCH 01/14] baserev update by copy to link target Rev devel:gcc/32 Md5 e1b081b7c666a856eca9b2ed70696333 2022-04-08 20:45:22 buildservice-autocommit 967209 --- cross-aarch64-gcc12-bootstrap.changes | 6 ++++++ cross-aarch64-gcc12-bootstrap.spec | 9 +++++++-- cross-aarch64-gcc12.changes | 6 ++++++ cross-aarch64-gcc12.spec | 9 +++++++-- cross-amdgcn-gcc12.changes | 6 ++++++ cross-amdgcn-gcc12.spec | 9 +++++++-- cross-arm-gcc12.changes | 6 ++++++ cross-arm-gcc12.spec | 9 +++++++-- cross-arm-none-gcc12-bootstrap.changes | 6 ++++++ cross-arm-none-gcc12-bootstrap.spec | 9 +++++++-- cross-arm-none-gcc12.changes | 6 ++++++ cross-arm-none-gcc12.spec | 9 +++++++-- cross-avr-gcc12-bootstrap.changes | 6 ++++++ cross-avr-gcc12-bootstrap.spec | 9 +++++++-- cross-avr-gcc12.changes | 6 ++++++ cross-avr-gcc12.spec | 9 +++++++-- cross-epiphany-gcc12-bootstrap.changes | 6 ++++++ cross-epiphany-gcc12-bootstrap.spec | 9 +++++++-- cross-epiphany-gcc12.changes | 6 ++++++ cross-epiphany-gcc12.spec | 9 +++++++-- cross-hppa-gcc12-bootstrap.changes | 6 ++++++ cross-hppa-gcc12-bootstrap.spec | 9 +++++++-- cross-hppa-gcc12.changes | 6 ++++++ cross-hppa-gcc12.spec | 9 +++++++-- cross-m68k-gcc12.changes | 6 ++++++ cross-m68k-gcc12.spec | 9 +++++++-- cross-mips-gcc12.changes | 6 ++++++ cross-mips-gcc12.spec | 9 +++++++-- cross-nvptx-gcc12.changes | 6 ++++++ cross-nvptx-gcc12.spec | 9 +++++++-- cross-ppc64-gcc12.changes | 6 ++++++ cross-ppc64-gcc12.spec | 9 +++++++-- cross-ppc64le-gcc12.changes | 6 ++++++ cross-ppc64le-gcc12.spec | 9 +++++++-- cross-riscv64-elf-gcc12-bootstrap.changes | 6 ++++++ cross-riscv64-elf-gcc12-bootstrap.spec | 9 +++++++-- cross-riscv64-elf-gcc12.changes | 6 ++++++ cross-riscv64-elf-gcc12.spec | 9 +++++++-- cross-riscv64-gcc12-bootstrap.changes | 6 ++++++ cross-riscv64-gcc12-bootstrap.spec | 9 +++++++-- cross-riscv64-gcc12.changes | 6 ++++++ cross-riscv64-gcc12.spec | 9 +++++++-- cross-rx-gcc12-bootstrap.changes | 6 ++++++ cross-rx-gcc12-bootstrap.spec | 9 +++++++-- cross-rx-gcc12.changes | 6 ++++++ cross-rx-gcc12.spec | 9 +++++++-- cross-s390x-gcc12.changes | 6 ++++++ cross-s390x-gcc12.spec | 9 +++++++-- cross-sparc-gcc12.changes | 6 ++++++ cross-sparc-gcc12.spec | 9 +++++++-- cross-sparc64-gcc12.changes | 6 ++++++ cross-sparc64-gcc12.spec | 9 +++++++-- cross-x86_64-gcc12.changes | 6 ++++++ cross-x86_64-gcc12.spec | 9 +++++++-- cross.spec.in | 4 ++-- gcc.spec.in | 4 ++-- gcc12-testresults.changes | 6 ++++++ gcc12-testresults.spec | 7 ++++++- gcc12.changes | 6 ++++++ gcc12.spec | 7 ++++++- 60 files changed, 379 insertions(+), 60 deletions(-) diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 6df67e0..c4c7af8 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 4328857..ce1adf8 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index a3266e3..103e181 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index 9214d76..b3e8145 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 3ff4bc3..4decf7c 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -709,9 +714,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index ce5508d..45d9c39 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 9951966..b923b97 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index cddf668..8550056 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 82fff9a..3e7b7d2 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -709,9 +714,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 84544b4..e1a19a6 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 3e4356c..1b47b26 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 57a83c4..6acc68d 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 3f2440c..3a9a929 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index bb52ec7..368a7c2 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 4f2e90d..0bb89ad 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index da26f11..c86a432 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index d9785d1..50fed9b 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 59bf63b..9ad69e9 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -709,9 +714,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 95d72fb..aa7c5d6 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 04542d9..b336208 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index e2eb509..2fa76d2 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 88ce5e8..1c2d676 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 1147fa0..b669187 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -305,6 +305,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -709,9 +714,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 416d822..64200b3 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index ac1b712..435207e 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index e9a7129..77d0d04 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index bfd84ee..3ba1339 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 88ce5e8..1c2d676 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 898791a..995ada0 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -304,6 +304,11 @@ This is a package that is necessary for bootstrapping another package only, it is not intended for any other use. %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -708,9 +713,9 @@ amdgcn-amdhsa,\ } %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif %if 0%{?gcc_icecream:%gcc_icecream} diff --git a/cross.spec.in b/cross.spec.in index c157729..729f0c3 100644 --- a/cross.spec.in +++ b/cross.spec.in @@ -216,9 +216,9 @@ only, it is not intended for any other use. # BUILD-COMMON-BEGIN # BUILD-COMMON-END %if 0%{!?gcc_icecream:1} -make %{?_smp_mflags} +make %{?make_output_sync} %{?_smp_mflags} %else -make %{?_smp_mflags} all-host +make %{?make_output_sync} %{?_smp_mflags} all-host %endif diff --git a/gcc.spec.in b/gcc.spec.in index e56186c..03b7931 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32b2abe17ec2b54e2ec110f5a1335b6741217c74494f1526a670ff3cdb70bfbf -size 87705 +oid sha256:1ca885558e17ee58ea92f97c98ae0019e7ef3ed425a4de8b6379d247abb1649b +size 87853 diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 88ce5e8..1c2d676 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index b1af351..a4a79b0 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -496,6 +496,11 @@ Results from running the gcc and target library testsuites. %endif %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -905,7 +910,7 @@ STAGE1_FLAGS="-g -O2" %define use_pgo_bootstrap 1 %endif %endif -%{?use_pgo_bootstrap:setarch `arch` -R} make %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} +%{?use_pgo_bootstrap:setarch `arch` -R} make %{?make_output_sync} %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} make info %if 0%{?run_tests:1} echo "Run testsuite" diff --git a/gcc12.changes b/gcc12.changes index 88ce5e8..1c2d676 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab + +- On SLE15 and later, use make -Oline to synchronize configure output by + lines + ------------------------------------------------------------------- Wed Apr 6 07:22:15 UTC 2022 - Martin Liška diff --git a/gcc12.spec b/gcc12.spec index fb4fba0..b752838 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -1992,6 +1992,11 @@ Results from running the gcc and target library testsuites. %endif %endif +%if 0%{suse_version} >= 1500 +# Synchronize output by lines, useful for configure output +%define make_output_sync -Oline +%endif + %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 @@ -2401,7 +2406,7 @@ STAGE1_FLAGS="-g -O2" %define use_pgo_bootstrap 1 %endif %endif -%{?use_pgo_bootstrap:setarch `arch` -R} make %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} +%{?use_pgo_bootstrap:setarch `arch` -R} make %{?make_output_sync} %{?use_pgo_bootstrap:profiledbootstrap} STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} make info %if 0%{?run_tests:1} echo "Run testsuite" From fd5474385338b232f2a57c68ea612edadf0e41cf Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 14 Apr 2022 06:30:26 +0000 Subject: [PATCH 02/14] - Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. Rev devel:gcc/33 Md5 dda4d30c75f4da50f33f26bdd5dfcb69 2022-04-14 06:30:26 rguenther 969994 --- cross-aarch64-gcc12-bootstrap.changes | 5 +++++ cross-aarch64-gcc12-bootstrap.spec | 2 +- cross-aarch64-gcc12.changes | 5 +++++ cross-aarch64-gcc12.spec | 2 +- cross-amdgcn-gcc12.changes | 5 +++++ cross-amdgcn-gcc12.spec | 2 +- cross-arm-gcc12.changes | 5 +++++ cross-arm-gcc12.spec | 2 +- cross-arm-none-gcc12-bootstrap.changes | 5 +++++ cross-arm-none-gcc12-bootstrap.spec | 2 +- cross-arm-none-gcc12.changes | 5 +++++ cross-arm-none-gcc12.spec | 2 +- cross-avr-gcc12-bootstrap.changes | 5 +++++ cross-avr-gcc12-bootstrap.spec | 2 +- cross-avr-gcc12.changes | 5 +++++ cross-avr-gcc12.spec | 2 +- cross-epiphany-gcc12-bootstrap.changes | 5 +++++ cross-epiphany-gcc12-bootstrap.spec | 2 +- cross-epiphany-gcc12.changes | 5 +++++ cross-epiphany-gcc12.spec | 2 +- cross-hppa-gcc12-bootstrap.changes | 5 +++++ cross-hppa-gcc12-bootstrap.spec | 2 +- cross-hppa-gcc12.changes | 5 +++++ cross-hppa-gcc12.spec | 2 +- cross-m68k-gcc12.changes | 5 +++++ cross-m68k-gcc12.spec | 2 +- cross-mips-gcc12.changes | 5 +++++ cross-mips-gcc12.spec | 2 +- cross-nvptx-gcc12.changes | 5 +++++ cross-nvptx-gcc12.spec | 2 +- cross-ppc64-gcc12.changes | 5 +++++ cross-ppc64-gcc12.spec | 2 +- cross-ppc64le-gcc12.changes | 5 +++++ cross-ppc64le-gcc12.spec | 2 +- cross-riscv64-elf-gcc12-bootstrap.changes | 5 +++++ cross-riscv64-elf-gcc12-bootstrap.spec | 2 +- cross-riscv64-elf-gcc12.changes | 5 +++++ cross-riscv64-elf-gcc12.spec | 2 +- cross-riscv64-gcc12-bootstrap.changes | 5 +++++ cross-riscv64-gcc12-bootstrap.spec | 2 +- cross-riscv64-gcc12.changes | 5 +++++ cross-riscv64-gcc12.spec | 2 +- cross-rx-gcc12-bootstrap.changes | 5 +++++ cross-rx-gcc12-bootstrap.spec | 2 +- cross-rx-gcc12.changes | 5 +++++ cross-rx-gcc12.spec | 2 +- cross-s390x-gcc12.changes | 5 +++++ cross-s390x-gcc12.spec | 2 +- cross-sparc-gcc12.changes | 5 +++++ cross-sparc-gcc12.spec | 2 +- cross-sparc64-gcc12.changes | 5 +++++ cross-sparc64-gcc12.spec | 2 +- cross-x86_64-gcc12.changes | 5 +++++ cross-x86_64-gcc12.spec | 2 +- gcc-12.0.1+git192423.tar.xz | 3 --- gcc-12.0.1+git192555.tar.xz | 3 +++ gcc.spec.in | 2 +- gcc12-testresults.changes | 5 +++++ gcc12-testresults.spec | 2 +- gcc12.changes | 5 +++++ gcc12.spec | 2 +- 61 files changed, 178 insertions(+), 33 deletions(-) delete mode 100644 gcc-12.0.1+git192423.tar.xz create mode 100644 gcc-12.0.1+git192555.tar.xz diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index c4c7af8..04b736f 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index ce1adf8..b301500 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 103e181..a278870 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index b3e8145..c9da7d2 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 4decf7c..483761a 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 45d9c39..94973aa 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index b923b97..5cc96d4 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 8550056..8909a3c 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 3e7b7d2..c098178 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index e1a19a6..58e1054 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 1b47b26..1c4b65f 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 6acc68d..b66ef26 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 3a9a929..93ecb14 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 368a7c2..3cf8bf8 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 0bb89ad..6b300cf 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index c86a432..01726b1 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 50fed9b..5d50037 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 9ad69e9..cfe9ceb 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index aa7c5d6..b77c8e8 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index b336208..221e05c 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 2fa76d2..dbfd6cf 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 1c2d676..395773e 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index b669187..3824804 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 64200b3..4c84849 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 435207e..06b5959 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index 77d0d04..e85906b 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 3ba1339..cd9c815 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 1c2d676..395773e 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 995ada0..9aedede 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc-12.0.1+git192423.tar.xz b/gcc-12.0.1+git192423.tar.xz deleted file mode 100644 index e77297b..0000000 --- a/gcc-12.0.1+git192423.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dd519edb36b502626b2d9d22e0ac5db3f4fa09d2db34cdebb21d77823d19a25 -size 82610716 diff --git a/gcc-12.0.1+git192555.tar.xz b/gcc-12.0.1+git192555.tar.xz new file mode 100644 index 0000000..a07cf4c --- /dev/null +++ b/gcc-12.0.1+git192555.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41f1e4694456d417fb4af518234d0b79a56ec5f4fe102074bcebd65092cb7a8 +size 82736072 diff --git a/gcc.spec.in b/gcc.spec.in index 03b7931..d33ec2a 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ca885558e17ee58ea92f97c98ae0019e7ef3ed425a4de8b6379d247abb1649b +oid sha256:292178e96d8f17eaaa808a9d4629b7d8ce101d16fdd0a62090df6aad5cc49118 size 87853 diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 1c2d676..395773e 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index a4a79b0..941e5f2 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -207,7 +207,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc12.changes b/gcc12.changes index 1c2d676..395773e 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 18:07:40 UTC 2022 - Martin Liška + +- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. + ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/gcc12.spec b/gcc12.spec index b752838..3fff2f5 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -186,7 +186,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192423 +Version: 12.0.1+git192555 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') From 9c73d7561bc87b2b26b5eb6f81b00feb34688da3 Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Wed, 20 Apr 2022 10:46:43 +0000 Subject: [PATCH 03/14] - Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. Rev devel:gcc/34 Md5 2e5ae98fd003e999a02f17be0733ad8f 2022-04-20 10:46:43 rguenther 970994 --- cross-aarch64-gcc12-bootstrap.changes | 4 ++-- cross-aarch64-gcc12-bootstrap.spec | 2 +- cross-aarch64-gcc12.changes | 4 ++-- cross-aarch64-gcc12.spec | 2 +- cross-amdgcn-gcc12.changes | 4 ++-- cross-amdgcn-gcc12.spec | 2 +- cross-arm-gcc12.changes | 4 ++-- cross-arm-gcc12.spec | 2 +- cross-arm-none-gcc12-bootstrap.changes | 4 ++-- cross-arm-none-gcc12-bootstrap.spec | 2 +- cross-arm-none-gcc12.changes | 4 ++-- cross-arm-none-gcc12.spec | 2 +- cross-avr-gcc12-bootstrap.changes | 4 ++-- cross-avr-gcc12-bootstrap.spec | 2 +- cross-avr-gcc12.changes | 4 ++-- cross-avr-gcc12.spec | 2 +- cross-epiphany-gcc12-bootstrap.changes | 4 ++-- cross-epiphany-gcc12-bootstrap.spec | 2 +- cross-epiphany-gcc12.changes | 4 ++-- cross-epiphany-gcc12.spec | 2 +- cross-hppa-gcc12-bootstrap.changes | 4 ++-- cross-hppa-gcc12-bootstrap.spec | 2 +- cross-hppa-gcc12.changes | 4 ++-- cross-hppa-gcc12.spec | 2 +- cross-m68k-gcc12.changes | 4 ++-- cross-m68k-gcc12.spec | 2 +- cross-mips-gcc12.changes | 4 ++-- cross-mips-gcc12.spec | 2 +- cross-nvptx-gcc12.changes | 4 ++-- cross-nvptx-gcc12.spec | 2 +- cross-ppc64-gcc12.changes | 4 ++-- cross-ppc64-gcc12.spec | 2 +- cross-ppc64le-gcc12.changes | 4 ++-- cross-ppc64le-gcc12.spec | 2 +- cross-riscv64-elf-gcc12-bootstrap.changes | 4 ++-- cross-riscv64-elf-gcc12-bootstrap.spec | 2 +- cross-riscv64-elf-gcc12.changes | 4 ++-- cross-riscv64-elf-gcc12.spec | 2 +- cross-riscv64-gcc12-bootstrap.changes | 4 ++-- cross-riscv64-gcc12-bootstrap.spec | 2 +- cross-riscv64-gcc12.changes | 4 ++-- cross-riscv64-gcc12.spec | 2 +- cross-rx-gcc12-bootstrap.changes | 4 ++-- cross-rx-gcc12-bootstrap.spec | 2 +- cross-rx-gcc12.changes | 4 ++-- cross-rx-gcc12.spec | 2 +- cross-s390x-gcc12.changes | 4 ++-- cross-s390x-gcc12.spec | 2 +- cross-sparc-gcc12.changes | 4 ++-- cross-sparc-gcc12.spec | 2 +- cross-sparc64-gcc12.changes | 4 ++-- cross-sparc64-gcc12.spec | 2 +- cross-x86_64-gcc12.changes | 4 ++-- cross-x86_64-gcc12.spec | 2 +- gcc-12.0.1+git192555.tar.xz | 3 --- gcc-12.0.1+git192607.tar.xz | 3 +++ gcc.spec.in | 2 +- gcc12-testresults.changes | 4 ++-- gcc12-testresults.spec | 2 +- gcc12.changes | 4 ++-- gcc12.spec | 2 +- 61 files changed, 91 insertions(+), 91 deletions(-) delete mode 100644 gcc-12.0.1+git192555.tar.xz create mode 100644 gcc-12.0.1+git192607.tar.xz diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 04b736f..6ddd3bf 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 395773e..1d39872 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index b301500..609632e 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 395773e..1d39872 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index a278870..79db263 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 395773e..1d39872 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index c9da7d2..e781271 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 483761a..aefb826 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 395773e..1d39872 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 94973aa..225e717 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 5cc96d4..518f608 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 395773e..1d39872 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 8909a3c..a7ab948 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index c098178..b30fbcc 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 395773e..1d39872 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 58e1054..3e22bd4 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 1c4b65f..ccca91d 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 395773e..1d39872 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index b66ef26..3cc45c2 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 395773e..1d39872 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 93ecb14..2c773b0 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 395773e..1d39872 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 3cf8bf8..9166a64 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 395773e..1d39872 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 6b300cf..326c92b 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 395773e..1d39872 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 01726b1..9de4440 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 395773e..1d39872 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 5d50037..57654c8 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index cfe9ceb..8a77d5c 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 395773e..1d39872 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index b77c8e8..031114c 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 221e05c..c964878 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 395773e..1d39872 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index dbfd6cf..dda6d5c 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 395773e..1d39872 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 3824804..3c91abe 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 395773e..1d39872 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 4c84849..119d524 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 395773e..1d39872 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 06b5959..90b619c 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 395773e..1d39872 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index e85906b..eccfcdb 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 395773e..1d39872 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index cd9c815..7e706ab 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 395773e..1d39872 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 9aedede..2e22a40 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc-12.0.1+git192555.tar.xz b/gcc-12.0.1+git192555.tar.xz deleted file mode 100644 index a07cf4c..0000000 --- a/gcc-12.0.1+git192555.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e41f1e4694456d417fb4af518234d0b79a56ec5f4fe102074bcebd65092cb7a8 -size 82736072 diff --git a/gcc-12.0.1+git192607.tar.xz b/gcc-12.0.1+git192607.tar.xz new file mode 100644 index 0000000..27f3b4e --- /dev/null +++ b/gcc-12.0.1+git192607.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdb5459abb1d5f0e2c21c3ef3a966dde89c974180b6d60242e2a7b628924b9c +size 82769848 diff --git a/gcc.spec.in b/gcc.spec.in index d33ec2a..26c1258 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:292178e96d8f17eaaa808a9d4629b7d8ce101d16fdd0a62090df6aad5cc49118 +oid sha256:45dda3ff52079d13bc94703c121607512f3b8964cccb6a948690bad2a7ccd543 size 87853 diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 395773e..1d39872 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 941e5f2..27c47e7 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -207,7 +207,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc12.changes b/gcc12.changes index 395773e..1d39872 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Apr 13 18:07:40 UTC 2022 - Martin Liška +Tue Apr 19 18:07:47 UTC 2022 - Martin Liška -- Bump to f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244, git192555. +- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. ------------------------------------------------------------------- Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab diff --git a/gcc12.spec b/gcc12.spec index 3fff2f5..f25d0e3 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -186,7 +186,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192555 +Version: 12.0.1+git192607 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') From 9a4ce8e0af675113619dacd0ab9036578c05d5de Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Wed, 27 Apr 2022 05:56:58 +0000 Subject: [PATCH 04/14] - Drop no longer necessary gcc12-d-workaround.patch Rev devel:gcc/35 Md5 c3f962c1f2161257fbdb5d65603cd2be 2022-04-27 05:56:58 rguenther None --- cross-aarch64-gcc12-bootstrap.changes | 5 ++++ cross-aarch64-gcc12-bootstrap.spec | 3 --- cross-aarch64-gcc12.changes | 5 ++++ cross-aarch64-gcc12.spec | 3 --- cross-amdgcn-gcc12.changes | 5 ++++ cross-amdgcn-gcc12.spec | 3 --- cross-arm-gcc12.changes | 5 ++++ cross-arm-gcc12.spec | 3 --- cross-arm-none-gcc12-bootstrap.changes | 5 ++++ cross-arm-none-gcc12-bootstrap.spec | 3 --- cross-arm-none-gcc12.changes | 5 ++++ cross-arm-none-gcc12.spec | 3 --- cross-avr-gcc12-bootstrap.changes | 5 ++++ cross-avr-gcc12-bootstrap.spec | 3 --- cross-avr-gcc12.changes | 5 ++++ cross-avr-gcc12.spec | 3 --- cross-epiphany-gcc12-bootstrap.changes | 5 ++++ cross-epiphany-gcc12-bootstrap.spec | 3 --- cross-epiphany-gcc12.changes | 5 ++++ cross-epiphany-gcc12.spec | 3 --- cross-hppa-gcc12-bootstrap.changes | 5 ++++ cross-hppa-gcc12-bootstrap.spec | 3 --- cross-hppa-gcc12.changes | 5 ++++ cross-hppa-gcc12.spec | 3 --- cross-m68k-gcc12.changes | 5 ++++ cross-m68k-gcc12.spec | 3 --- cross-mips-gcc12.changes | 5 ++++ cross-mips-gcc12.spec | 3 --- cross-nvptx-gcc12.changes | 5 ++++ cross-nvptx-gcc12.spec | 3 --- cross-ppc64-gcc12.changes | 5 ++++ cross-ppc64-gcc12.spec | 3 --- cross-ppc64le-gcc12.changes | 5 ++++ cross-ppc64le-gcc12.spec | 3 --- cross-riscv64-elf-gcc12-bootstrap.changes | 5 ++++ cross-riscv64-elf-gcc12-bootstrap.spec | 3 --- cross-riscv64-elf-gcc12.changes | 5 ++++ cross-riscv64-elf-gcc12.spec | 3 --- cross-riscv64-gcc12-bootstrap.changes | 5 ++++ cross-riscv64-gcc12-bootstrap.spec | 3 --- cross-riscv64-gcc12.changes | 5 ++++ cross-riscv64-gcc12.spec | 3 --- cross-rx-gcc12-bootstrap.changes | 5 ++++ cross-rx-gcc12-bootstrap.spec | 3 --- cross-rx-gcc12.changes | 5 ++++ cross-rx-gcc12.spec | 3 --- cross-s390x-gcc12.changes | 5 ++++ cross-s390x-gcc12.spec | 3 --- cross-sparc-gcc12.changes | 5 ++++ cross-sparc-gcc12.spec | 3 --- cross-sparc64-gcc12.changes | 5 ++++ cross-sparc64-gcc12.spec | 3 --- cross-x86_64-gcc12.changes | 5 ++++ cross-x86_64-gcc12.spec | 3 --- gcc.spec.in | 4 ++-- gcc12-d-workaround.patch | 28 ----------------------- gcc12-testresults.changes | 5 ++++ gcc12-testresults.spec | 3 --- gcc12.changes | 5 ++++ gcc12.spec | 3 --- 60 files changed, 147 insertions(+), 117 deletions(-) delete mode 100644 gcc12-d-workaround.patch diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 6ddd3bf..e911648 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 609632e..16d2ae4 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 79db263..1a431c7 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index e781271..b4cf3bb 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index aefb826..962825e 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -136,7 +136,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -339,8 +338,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 225e717..7b2d43a 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 518f608..e6f0f6d 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index a7ab948..e6dd76c 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index b30fbcc..d41b9d0 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -136,7 +136,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -339,8 +338,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 3e22bd4..83af321 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index ccca91d..c7f5097 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 3cc45c2..0b1cc68 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 2c773b0..5852eaa 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 9166a64..d59a907 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 326c92b..3ef780d 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 9de4440..16e2b54 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 57654c8..1bf0a01 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 8a77d5c..f3d1c68 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -136,7 +136,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -339,8 +338,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 031114c..67f8030 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index c964878..6a5c4b0 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index dda6d5c..fba3791 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 1d39872..2c97233 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 3c91abe..bf70abd 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -136,7 +136,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -339,8 +338,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 119d524..56ae2a1 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 90b619c..813881a 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index eccfcdb..f6cfb19 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 7e706ab..cf80c7a 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 1d39872..2c97233 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 2e22a40..6ce6415 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -135,7 +135,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -338,8 +337,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/gcc.spec.in b/gcc.spec.in index 26c1258..2dc88a2 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45dda3ff52079d13bc94703c121607512f3b8964cccb6a948690bad2a7ccd543 -size 87853 +oid sha256:e5d3b27ade0ba33693bb5af9ad9a330f9f3b0d4bd21dbbfc3ed2e6f32eccf23f +size 87748 diff --git a/gcc12-d-workaround.patch b/gcc12-d-workaround.patch deleted file mode 100644 index 3455d36..0000000 --- a/gcc12-d-workaround.patch +++ /dev/null @@ -1,28 +0,0 @@ - gcc/d/Make-lang.in | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in -index 6c90657d65f..41ca2566eb4 100644 ---- a/gcc/d/Make-lang.in -+++ b/gcc/d/Make-lang.in -@@ -62,7 +62,6 @@ ALL_DFLAGS = $(DFLAGS-$@) $(GDCFLAGS) -fversion=IN_GCC $(CHECKING_DFLAGS) \ - - DCOMPILE.base = $(GDC) $(NO_PIE_CFLAGS) -c $(ALL_DFLAGS) -o $@ - DCOMPILE = $(DCOMPILE.base) -MT $@ -MMD -MP -MF $(@D)/$(DEPDIR)/$(*F).TPo --DPOSTCOMPILE = @mv $(@D)/$(DEPDIR)/$(*F).TPo $(@D)/$(DEPDIR)/$(*F).Po - DLINKER = $(GDC) $(NO_PIE_FLAG) -lstdc++ - - # Like LINKER, but use a mutex for serializing front end links. -@@ -396,12 +395,9 @@ D_INCLUDES = -I$(srcdir)/d -J$(srcdir)/d/dmd -J$(srcdir)/d/dmd/res - # Override build rules for D frontend. - d/%.o: d/dmd/%.d - $(DCOMPILE) $(D_INCLUDES) $< -- $(DPOSTCOMPILE) - - d/common-%.o: d/dmd/common/%.d - $(DCOMPILE) $(D_INCLUDES) $< -- $(DPOSTCOMPILE) - - d/root-%.o: d/dmd/root/%.d - $(DCOMPILE) $(D_INCLUDES) $< -- $(DPOSTCOMPILE) diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 1d39872..2c97233 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 27c47e7..9e3b5fa 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -388,7 +388,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -530,8 +529,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 diff --git a/gcc12.changes b/gcc12.changes index 1d39872..2c97233 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 27 05:56:00 UTC 2022 - Richard Biener + +- Drop no longer necessary gcc12-d-workaround.patch + ------------------------------------------------------------------- Tue Apr 19 18:07:47 UTC 2022 - Martin Liška diff --git a/gcc12.spec b/gcc12.spec index f25d0e3..ea7212d 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -367,7 +367,6 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch Patch18: gcc10-amdgcn-llvm-as.patch Patch19: gcc11-gdwarf-4-default.patch Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch -Patch21: gcc12-d-workaround.patch # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -2026,8 +2025,6 @@ cd .. # In SLE15 and earlier default to dwarf4, not dwarf5 %if %{suse_version} < 1550 %patch19 -p1 -# FIXME: remove the patch once gcc11 got updated (D bug) -%patch21 -p1 %endif %patch51 %patch60 -p1 From a0f96a24ac22df9914de77f4578b3712df4c8d37 Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 28 Apr 2022 06:44:45 +0000 Subject: [PATCH 05/14] - Switch ppc64le to the IEEE long double ABI by default in Factory. Rev devel:gcc/36 Md5 1e7bddf3ddcc2b19d1680ea34b0a7569 2022-04-28 06:44:45 rguenther None --- cross-aarch64-gcc12-bootstrap.changes | 5 +++++ cross-aarch64-gcc12-bootstrap.spec | 5 +++++ cross-aarch64-gcc12.changes | 5 +++++ cross-aarch64-gcc12.spec | 5 +++++ cross-amdgcn-gcc12.changes | 5 +++++ cross-amdgcn-gcc12.spec | 5 +++++ cross-arm-gcc12.changes | 5 +++++ cross-arm-gcc12.spec | 5 +++++ cross-arm-none-gcc12-bootstrap.changes | 5 +++++ cross-arm-none-gcc12-bootstrap.spec | 5 +++++ cross-arm-none-gcc12.changes | 5 +++++ cross-arm-none-gcc12.spec | 5 +++++ cross-avr-gcc12-bootstrap.changes | 5 +++++ cross-avr-gcc12-bootstrap.spec | 5 +++++ cross-avr-gcc12.changes | 5 +++++ cross-avr-gcc12.spec | 5 +++++ cross-epiphany-gcc12-bootstrap.changes | 5 +++++ cross-epiphany-gcc12-bootstrap.spec | 5 +++++ cross-epiphany-gcc12.changes | 5 +++++ cross-epiphany-gcc12.spec | 5 +++++ cross-hppa-gcc12-bootstrap.changes | 5 +++++ cross-hppa-gcc12-bootstrap.spec | 5 +++++ cross-hppa-gcc12.changes | 5 +++++ cross-hppa-gcc12.spec | 5 +++++ cross-m68k-gcc12.changes | 5 +++++ cross-m68k-gcc12.spec | 5 +++++ cross-mips-gcc12.changes | 5 +++++ cross-mips-gcc12.spec | 5 +++++ cross-nvptx-gcc12.changes | 5 +++++ cross-nvptx-gcc12.spec | 5 +++++ cross-ppc64-gcc12.changes | 5 +++++ cross-ppc64-gcc12.spec | 5 +++++ cross-ppc64le-gcc12.changes | 5 +++++ cross-ppc64le-gcc12.spec | 5 +++++ cross-riscv64-elf-gcc12-bootstrap.changes | 5 +++++ cross-riscv64-elf-gcc12-bootstrap.spec | 5 +++++ cross-riscv64-elf-gcc12.changes | 5 +++++ cross-riscv64-elf-gcc12.spec | 5 +++++ cross-riscv64-gcc12-bootstrap.changes | 5 +++++ cross-riscv64-gcc12-bootstrap.spec | 5 +++++ cross-riscv64-gcc12.changes | 5 +++++ cross-riscv64-gcc12.spec | 5 +++++ cross-rx-gcc12-bootstrap.changes | 5 +++++ cross-rx-gcc12-bootstrap.spec | 5 +++++ cross-rx-gcc12.changes | 5 +++++ cross-rx-gcc12.spec | 5 +++++ cross-s390x-gcc12.changes | 5 +++++ cross-s390x-gcc12.spec | 5 +++++ cross-sparc-gcc12.changes | 5 +++++ cross-sparc-gcc12.spec | 5 +++++ cross-sparc64-gcc12.changes | 5 +++++ cross-sparc64-gcc12.spec | 5 +++++ cross-x86_64-gcc12.changes | 5 +++++ cross-x86_64-gcc12.spec | 5 +++++ gcc.spec.in | 4 ++-- gcc12-testresults.changes | 5 +++++ gcc12-testresults.spec | 5 +++++ gcc12.changes | 5 +++++ gcc12.spec | 5 +++++ 59 files changed, 292 insertions(+), 2 deletions(-) diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index e911648..c8668f3 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 16d2ae4..6e0787b 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 1a431c7..cd5a739 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index b4cf3bb..aec0a6e 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 962825e..c44dd49 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -642,9 +642,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 7b2d43a..fd867f4 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index e6f0f6d..5abad2b 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index e6dd76c..b195289 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index d41b9d0..af6ac37 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -642,9 +642,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 83af321..f3a09e7 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index c7f5097..31d336d 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 0b1cc68..1b4d933 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 5852eaa..241a906 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index d59a907..4adce99 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 3ef780d..81cde74 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 16e2b54..6d0727f 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 1bf0a01..c3362c5 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index f3d1c68..adb8b32 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -642,9 +642,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 67f8030..2f1f782 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 6a5c4b0..0a579b2 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index fba3791..0c40354 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 2c97233..530cd8f 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index bf70abd..6a23d13 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -642,9 +642,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 56ae2a1..1efd478 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 813881a..46fe10a 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index f6cfb19..fa48dc7 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index cf80c7a..1d98a9b 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 2c97233..530cd8f 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 6ce6415..3166651 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -641,9 +641,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/gcc.spec.in b/gcc.spec.in index 2dc88a2..b57c938 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5d3b27ade0ba33693bb5af9ad9a330f9f3b0d4bd21dbbfc3ed2e6f32eccf23f -size 87748 +oid sha256:009c7ae09da8aef952b281ed4241b9d9c74f24eb0a9e25596f75799e9f3b3646 +size 87855 diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 2c97233..530cd8f 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 9e3b5fa..1109853 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -833,9 +833,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ diff --git a/gcc12.changes b/gcc12.changes index 2c97233..530cd8f 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 28 06:43:08 UTC 2022 - Richard Biener + +- Switch ppc64le to the IEEE long double ABI by default in Factory. + ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/gcc12.spec b/gcc12.spec index ea7212d..b11591f 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -2329,9 +2329,14 @@ amdgcn-amdhsa,\ --with-long-double-128 \ %if "%{TARGET_ARCH}" == "powerpc64le" --enable-targets=powerpcle-linux \ +%if %{suse_version} > 1500 + --with-long-double-format=ieee \ +%else + --with-long-double-format=ibm \ --disable-multilib \ %endif %endif +%endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ --with-long-double-128 \ From 818cf889649f685d6f6e0fca6d10d8bbc0887532 Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 28 Apr 2022 07:34:01 +0000 Subject: [PATCH 06/14] Rev devel:gcc/37 Md5 3da2cc44da80efd42a2268e32407cc79 2022-04-28 07:34:01 rguenther None --- cross-aarch64-gcc12-bootstrap.spec | 2 +- cross-aarch64-gcc12.spec | 2 +- cross-amdgcn-gcc12.spec | 2 +- cross-arm-gcc12.spec | 2 +- cross-arm-none-gcc12-bootstrap.spec | 2 +- cross-arm-none-gcc12.spec | 2 +- cross-avr-gcc12-bootstrap.spec | 2 +- cross-avr-gcc12.spec | 2 +- cross-epiphany-gcc12-bootstrap.spec | 2 +- cross-epiphany-gcc12.spec | 2 +- cross-hppa-gcc12-bootstrap.spec | 2 +- cross-hppa-gcc12.spec | 2 +- cross-m68k-gcc12.spec | 2 +- cross-mips-gcc12.spec | 2 +- cross-nvptx-gcc12.spec | 2 +- cross-ppc64-gcc12.spec | 2 +- cross-ppc64le-gcc12.spec | 2 +- cross-riscv64-elf-gcc12-bootstrap.spec | 2 +- cross-riscv64-elf-gcc12.spec | 2 +- cross-riscv64-gcc12-bootstrap.spec | 2 +- cross-riscv64-gcc12.spec | 2 +- cross-rx-gcc12-bootstrap.spec | 2 +- cross-rx-gcc12.spec | 2 +- cross-s390x-gcc12.spec | 2 +- cross-sparc-gcc12.spec | 2 +- cross-sparc64-gcc12.spec | 2 +- cross-x86_64-gcc12.spec | 2 +- gcc.spec.in | 2 +- gcc12-testresults.spec | 2 +- gcc12.spec | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index c8668f3..1d5bb54 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 6e0787b..eaa8d35 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index cd5a739..5c2466a 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index aec0a6e..2e2dd54 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index c44dd49..fb9fb24 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -646,8 +646,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index fd867f4..4b73a02 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 5abad2b..017b6ea 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index b195289..868b1a5 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index af6ac37..8f37e96 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -646,8 +646,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index f3a09e7..4daec21 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 31d336d..8d868fa 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 1b4d933..41b7bc8 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 241a906..6d7ed76 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 4adce99..2f8cea1 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 81cde74..d774fa7 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 6d0727f..41ab325 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index c3362c5..ee5efc9 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index adb8b32..ba3b0c1 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -646,8 +646,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 2f1f782..f166c80 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 0a579b2..757fe1e 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 0c40354..869ee64 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 6a23d13..3dcd7af 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -646,8 +646,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 1efd478..dbae285 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 46fe10a..9ce65c9 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index fa48dc7..8f14efb 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 1d98a9b..ed41dfc 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 3166651..c4eca5d 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -645,8 +645,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/gcc.spec.in b/gcc.spec.in index b57c938..946ffdd 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:009c7ae09da8aef952b281ed4241b9d9c74f24eb0a9e25596f75799e9f3b3646 +oid sha256:8e8bc91c875b9f5d30e70948227e6aa3b20b92e6b9849ef8c7ce690832816f89 size 87855 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 1109853..a86163a 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -837,8 +837,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" diff --git a/gcc12.spec b/gcc12.spec index b11591f..891b31c 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -2333,8 +2333,8 @@ amdgcn-amdhsa,\ --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ - --disable-multilib \ %endif + --disable-multilib \ %endif %endif %if "%{TARGET_ARCH}" == "sparc64" From f9e7dcedcfdc2134c08bf137c5e57bb5bbb0d8ba Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 28 Apr 2022 07:39:53 +0000 Subject: [PATCH 07/14] - 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 --- cross-aarch64-gcc12-bootstrap.changes | 1 + cross-aarch64-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-aarch64-gcc12.changes | 1 + cross-aarch64-gcc12.spec | 21 ++++++++++----------- cross-amdgcn-gcc12.changes | 1 + cross-amdgcn-gcc12.spec | 21 ++++++++++----------- cross-arm-gcc12.changes | 1 + cross-arm-gcc12.spec | 21 ++++++++++----------- cross-arm-none-gcc12-bootstrap.changes | 1 + cross-arm-none-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-arm-none-gcc12.changes | 1 + cross-arm-none-gcc12.spec | 21 ++++++++++----------- cross-avr-gcc12-bootstrap.changes | 1 + cross-avr-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-avr-gcc12.changes | 1 + cross-avr-gcc12.spec | 21 ++++++++++----------- cross-epiphany-gcc12-bootstrap.changes | 1 + cross-epiphany-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-epiphany-gcc12.changes | 1 + cross-epiphany-gcc12.spec | 21 ++++++++++----------- cross-hppa-gcc12-bootstrap.changes | 1 + cross-hppa-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-hppa-gcc12.changes | 1 + cross-hppa-gcc12.spec | 21 ++++++++++----------- cross-m68k-gcc12.changes | 1 + cross-m68k-gcc12.spec | 21 ++++++++++----------- cross-mips-gcc12.changes | 1 + cross-mips-gcc12.spec | 21 ++++++++++----------- cross-nvptx-gcc12.changes | 1 + cross-nvptx-gcc12.spec | 21 ++++++++++----------- cross-ppc64-gcc12.changes | 1 + cross-ppc64-gcc12.spec | 21 ++++++++++----------- cross-ppc64le-gcc12.changes | 1 + cross-ppc64le-gcc12.spec | 21 ++++++++++----------- cross-riscv64-elf-gcc12-bootstrap.changes | 1 + cross-riscv64-elf-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-riscv64-elf-gcc12.changes | 1 + cross-riscv64-elf-gcc12.spec | 21 ++++++++++----------- cross-riscv64-gcc12-bootstrap.changes | 1 + cross-riscv64-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-riscv64-gcc12.changes | 1 + cross-riscv64-gcc12.spec | 21 ++++++++++----------- cross-rx-gcc12-bootstrap.changes | 1 + cross-rx-gcc12-bootstrap.spec | 21 ++++++++++----------- cross-rx-gcc12.changes | 1 + cross-rx-gcc12.spec | 21 ++++++++++----------- cross-s390x-gcc12.changes | 1 + cross-s390x-gcc12.spec | 21 ++++++++++----------- cross-sparc-gcc12.changes | 1 + cross-sparc-gcc12.spec | 21 ++++++++++----------- cross-sparc64-gcc12.changes | 1 + cross-sparc64-gcc12.spec | 21 ++++++++++----------- cross-x86_64-gcc12.changes | 1 + cross-x86_64-gcc12.spec | 21 ++++++++++----------- gcc.spec.in | 4 ++-- gcc12-testresults.changes | 1 + gcc12-testresults.spec | 21 ++++++++++----------- gcc12.changes | 1 + gcc12.spec | 21 ++++++++++----------- 59 files changed, 321 insertions(+), 321 deletions(-) diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 1d5bb54..4cc34f9 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index eaa8d35..58ebb68 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 5c2466a..a5dd634 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index 2e2dd54..f565ca1 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index fb9fb24..de43034 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 4b73a02..2cf9ab0 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 017b6ea..767e57d 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 868b1a5..18ba124 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 8f37e96..834d4fd 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 4daec21..9b7c6fd 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 8d868fa..127e7fa 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 41b7bc8..dcc6ad4 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 6d7ed76..ce53ee8 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 2f8cea1..fb9d5fa 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index d774fa7..12e1e09 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 41ab325..4ba35b7 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index ee5efc9..ddfd978 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index ba3b0c1..8ae42fc 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index f166c80..1f09985 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 757fe1e..2dcba14 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 869ee64..049f90b 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 3dcd7af..b94e2d6 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index dbae285..ab26101 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 9ce65c9..31256a4 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index 8f14efb..4121fb2 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index ed41dfc..27f8956 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index c4eca5d..ef3714c 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/gcc.spec.in b/gcc.spec.in index 946ffdd..c381928 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e8bc91c875b9f5d30e70948227e6aa3b20b92e6b9849ef8c7ce690832816f89 -size 87855 +oid sha256:901ecc8d071b6da893ba946614503b135ff0ee7b8e7d3b4aa4316a1811e0bbe7 +size 87815 diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 530cd8f..ca3787d 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index a86163a..a959392 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -809,10 +809,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -826,20 +822,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/gcc12.changes b/gcc12.changes index 530cd8f..ca3787d 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - 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 diff --git a/gcc12.spec b/gcc12.spec index 891b31c..9f8dbbe 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -2305,10 +2305,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -2322,20 +2318,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %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 --with-long-double-format=ieee \ %else --with-long-double-format=ibm \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %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 %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ From 8694954c7cc0c9b77e7becbf6299bc5c6a59c880 Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 28 Apr 2022 08:03:07 +0000 Subject: [PATCH 08/14] - Add _multibuild to gather all .spec files and reduce the number of .changes files to one, autogenerated by change_spec. - Drop %ringdisabled handling. Rev devel:gcc/39 Md5 937d1938b53ed32ecf3986e248755497 2022-04-28 08:03:07 rguenther None --- _multibuild | 31 ++++ change_spec | 11 +- cross-aarch64-gcc12-bootstrap.changes | 184 ---------------------- cross-aarch64-gcc12-bootstrap.spec | 8 - cross-aarch64-gcc12.changes | 184 ---------------------- cross-aarch64-gcc12.spec | 8 - cross-amdgcn-gcc12.changes | 184 ---------------------- cross-amdgcn-gcc12.spec | 8 - cross-arm-gcc12.changes | 184 ---------------------- cross-arm-gcc12.spec | 8 - cross-arm-none-gcc12-bootstrap.changes | 184 ---------------------- cross-arm-none-gcc12-bootstrap.spec | 8 - cross-arm-none-gcc12.changes | 184 ---------------------- cross-arm-none-gcc12.spec | 8 - cross-avr-gcc12-bootstrap.changes | 184 ---------------------- cross-avr-gcc12-bootstrap.spec | 8 - cross-avr-gcc12.changes | 184 ---------------------- cross-avr-gcc12.spec | 8 - cross-epiphany-gcc12-bootstrap.changes | 184 ---------------------- cross-epiphany-gcc12-bootstrap.spec | 8 - cross-epiphany-gcc12.changes | 184 ---------------------- cross-epiphany-gcc12.spec | 8 - cross-hppa-gcc12-bootstrap.changes | 184 ---------------------- cross-hppa-gcc12-bootstrap.spec | 8 - cross-hppa-gcc12.changes | 184 ---------------------- cross-hppa-gcc12.spec | 8 - cross-m68k-gcc12.changes | 184 ---------------------- cross-m68k-gcc12.spec | 8 - cross-mips-gcc12.changes | 184 ---------------------- cross-mips-gcc12.spec | 8 - cross-nvptx-gcc12.changes | 184 ---------------------- cross-nvptx-gcc12.spec | 8 - cross-ppc64-gcc12.changes | 184 ---------------------- cross-ppc64-gcc12.spec | 8 - cross-ppc64le-gcc12.changes | 184 ---------------------- cross-ppc64le-gcc12.spec | 8 - cross-riscv64-elf-gcc12-bootstrap.changes | 184 ---------------------- cross-riscv64-elf-gcc12-bootstrap.spec | 8 - cross-riscv64-elf-gcc12.changes | 184 ---------------------- cross-riscv64-elf-gcc12.spec | 8 - cross-riscv64-gcc12-bootstrap.changes | 184 ---------------------- cross-riscv64-gcc12-bootstrap.spec | 8 - cross-riscv64-gcc12.changes | 184 ---------------------- cross-riscv64-gcc12.spec | 8 - cross-rx-gcc12-bootstrap.changes | 184 ---------------------- cross-rx-gcc12-bootstrap.spec | 8 - cross-rx-gcc12.changes | 184 ---------------------- cross-rx-gcc12.spec | 8 - cross-s390x-gcc12.changes | 184 ---------------------- cross-s390x-gcc12.spec | 8 - cross-sparc-gcc12.changes | 184 ---------------------- cross-sparc-gcc12.spec | 8 - cross-sparc64-gcc12.changes | 184 ---------------------- cross-sparc64-gcc12.spec | 8 - cross-x86_64-gcc12.changes | 184 ---------------------- cross-x86_64-gcc12.spec | 8 - cross.spec.in | 8 - gcc12-testresults.changes | 184 ---------------------- gcc12.changes | 3 + 59 files changed, 41 insertions(+), 5380 deletions(-) create mode 100644 _multibuild delete mode 100644 cross-aarch64-gcc12-bootstrap.changes delete mode 100644 cross-aarch64-gcc12.changes delete mode 100644 cross-amdgcn-gcc12.changes delete mode 100644 cross-arm-gcc12.changes delete mode 100644 cross-arm-none-gcc12-bootstrap.changes delete mode 100644 cross-arm-none-gcc12.changes delete mode 100644 cross-avr-gcc12-bootstrap.changes delete mode 100644 cross-avr-gcc12.changes delete mode 100644 cross-epiphany-gcc12-bootstrap.changes delete mode 100644 cross-epiphany-gcc12.changes delete mode 100644 cross-hppa-gcc12-bootstrap.changes delete mode 100644 cross-hppa-gcc12.changes delete mode 100644 cross-m68k-gcc12.changes delete mode 100644 cross-mips-gcc12.changes delete mode 100644 cross-nvptx-gcc12.changes delete mode 100644 cross-ppc64-gcc12.changes delete mode 100644 cross-ppc64le-gcc12.changes delete mode 100644 cross-riscv64-elf-gcc12-bootstrap.changes delete mode 100644 cross-riscv64-elf-gcc12.changes delete mode 100644 cross-riscv64-gcc12-bootstrap.changes delete mode 100644 cross-riscv64-gcc12.changes delete mode 100644 cross-rx-gcc12-bootstrap.changes delete mode 100644 cross-rx-gcc12.changes delete mode 100644 cross-s390x-gcc12.changes delete mode 100644 cross-sparc-gcc12.changes delete mode 100644 cross-sparc64-gcc12.changes delete mode 100644 cross-x86_64-gcc12.changes delete mode 100644 gcc12-testresults.changes diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..2743e2b --- /dev/null +++ b/_multibuild @@ -0,0 +1,31 @@ + +gcc12 +gcc12-testresults +cross-aarch64-gcc12-bootstrap +cross-aarch64-gcc12 +cross-riscv64-gcc12-bootstrap +cross-riscv64-gcc12 +cross-arm-gcc12 +cross-avr-gcc12-bootstrap +cross-avr-gcc12 +cross-x86_64-gcc12 +cross-s390x-gcc12 +cross-sparc-gcc12 +cross-sparc64-gcc12 +cross-ppc64-gcc12 +cross-ppc64le-gcc12 +cross-m68k-gcc12 +cross-mips-gcc12 +cross-hppa-gcc12-bootstrap +cross-hppa-gcc12 +cross-arm-none-gcc12-bootstrap +cross-arm-none-gcc12 +cross-epiphany-gcc12-bootstrap +cross-epiphany-gcc12 +cross-riscv64-elf-gcc12-bootstrap +cross-riscv64-elf-gcc12 +cross-rx-gcc12-bootstrap +cross-rx-gcc12 +cross-nvptx-gcc12 +cross-amdgcn-gcc12 + diff --git a/change_spec b/change_spec index afff7b0..1954082 100644 --- a/change_spec +++ b/change_spec @@ -55,10 +55,10 @@ p gcc.spec.in \ | sed -e 's%@base_ver@%'$base_ver'%g' \ >> gcc$base_ver-testresults.spec - test -f gcc$base_ver.changes \ - && ( ln -f gcc$base_ver.changes gcc$base_ver-testresults.changes; ) - +echo '' > _multibuild +echo ''${outfile%.*}'' >> _multibuild +echo ''gcc$base_ver-testresults'' >> _multibuild add_cross() { local pkgname="$1"; shift @@ -77,7 +77,8 @@ add_cross() { sed -e "s#@base_ver@#$base_ver#" \ -e "s/^\(ExclusiveArch.*\) $rpmtarget[^ \r]*/\1 /" \ >> $pkgname.spec - test -f gcc$base_ver.changes && ln -f gcc$base_ver.changes $pkgname.changes + + echo ''$pkgname'' >> _multibuild } add_newlib_cross() { @@ -128,4 +129,6 @@ for f in *.spec; do sed -i -e '/^# .*-\(BEGIN\|END\)$/d' $f done +echo '' >> _multibuild + osc service localrun format_spec_file diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-aarch64-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 4cc34f9..193305a 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -22,14 +22,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-aarch64-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 58ebb68..1028f1d 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_target_glibc 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-amdgcn-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index a5dd634..3099335 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_accel 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-arm-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index f565ca1..1000bcd 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-arm-none-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index de43034..8ef129e 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -23,14 +23,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-arm-none-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 2cf9ab0..7594e49 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_target_newlib 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-avr-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 767e57d..80c369e 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -22,14 +22,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-avr-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 18ba124..6bfacca 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -22,14 +22,6 @@ # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-epiphany-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 834d4fd..9b42189 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -23,14 +23,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-epiphany-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 9b7c6fd..dcb6e64 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_target_newlib 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-hppa-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 127e7fa..5c32486 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -22,14 +22,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-hppa-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index dcc6ad4..a5e79dc 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-m68k-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index ce53ee8..3b814d8 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-mips-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index fb9d5fa..a5b3b71 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-nvptx-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 12e1e09..7d84cf0 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_accel 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-ppc64-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 4ba35b7..40ec7cb 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-ppc64le-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index ddfd978..bb6bdbb 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 8ae42fc..251d0ef 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -23,14 +23,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-riscv64-elf-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 1f09985..3d86974 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_target_newlib 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-riscv64-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 2dcba14..5538663 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -22,14 +22,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-riscv64-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 049f90b..c789c3a 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_target_glibc 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-rx-gcc12-bootstrap.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index b94e2d6..eb070ea 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -23,14 +23,6 @@ %define gcc_libc_bootstrap 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-rx-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index ab26101..30875d0 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_target_newlib 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-s390x-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 31256a4..7509531 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-sparc-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index 4121fb2..5274d09 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-sparc64-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 27f8956..e3a1e59 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes deleted file mode 100644 index ca3787d..0000000 --- a/cross-x86_64-gcc12.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index ef3714c..3aa4414 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -22,14 +22,6 @@ %define gcc_icecream 1 # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/cross.spec.in b/cross.spec.in index 729f0c3..bce2a68 100644 --- a/cross.spec.in +++ b/cross.spec.in @@ -1,13 +1,5 @@ # nospeccleaner -# In the staging/ring projects, we don't want to build the unneeded -# cross-* packages, but by default, we do: -%bcond_with ringdisabled - -%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && "%{cross_arch}" != "aarch64" && "%{cross_arch}" != "riscv64" && %{with ringdisabled} -ExclusiveArch: do-not-build -%endif - %define build_cp 0%{!?gcc_accel:1} %if 0%{?gcc_libc_bootstrap:1} %define build_cp 0 diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes deleted file mode 100644 index ca3787d..0000000 --- a/gcc12-testresults.changes +++ /dev/null @@ -1,184 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - -- 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 - -- Drop no longer necessary gcc12-d-workaround.patch - -------------------------------------------------------------------- -Tue Apr 19 18:07:47 UTC 2022 - Martin Liška - -- Bump to b85abacd902813daec5e44b97f275eb88caaf715, git192607. - -------------------------------------------------------------------- -Wed Apr 6 09:09:57 UTC 2022 - Andreas Schwab - -- On SLE15 and later, use make -Oline to synchronize configure output by - lines - -------------------------------------------------------------------- -Wed Apr 6 07:22:15 UTC 2022 - Martin Liška - -- Bump to 86242eb1bd03eba82d8e22b01b16925d43bcc539, git192423. - Fixes aarch64 bootstrap issue (PR105144). - -------------------------------------------------------------------- -Fri Apr 1 09:52:40 UTC 2022 - Richard Biener - -- Add provides/conflicts to glibc crosses since only one GCC version - for the same target can be installed at the same time. -- Add provides/conflicts to libgccjit - -------------------------------------------------------------------- -Mon Mar 28 09:23:34 UTC 2022 - Martin Liška - -- Bump to 9f37d31324f89d0b7b2abac988a976d121ae29c6, git192251. - -------------------------------------------------------------------- -Wed Mar 23 19:21:40 UTC 2022 - Martin Liška - -- Bump to e8cd3edc0fc6c02a732dcecf519c22d835e5f422, git192197. - -------------------------------------------------------------------- -Thu Mar 17 08:25:45 UTC 2022 - Martin Liška - -- Bump to c43cb355f25dd22133d15819bd6ec03d3d3939fd, git192094. - -------------------------------------------------------------------- -Tue Mar 15 14:50:14 UTC 2022 - Michael Matz - -- Add a proper barebones cross compiler for hppa - (named cross-hppa-gcc12-bootstrap). Doesn't yet drop or - rename the icecream variant cross-hppa-gcc12, not does this - add a proper glibc-using cross compiler for hppa. - -------------------------------------------------------------------- -Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller - -- drop armv5tel, merge arm and armv6hl -- use --with-cpu rather than specifying --with-arch/--with-tune - -------------------------------------------------------------------- -Mon Mar 7 11:00:49 UTC 2022 - Martin Liška - -- Bump to 40c1d4a07e5798c01e4364336c9617550744861d, git191925. - -------------------------------------------------------------------- -Wed Mar 2 14:19:45 UTC 2022 - Richard Biener - -- Drop unconditional -gccN suffix from libstdc++6-pp packages and - instead use the same suffix as for the matching libstdc++6 - package it supplements to ease future updates. Add Obsoletes - to pre-existing libstdc++6-pp-gcc{9,10,11} packages to allow - updates to happen. [bsc#1196107] - -------------------------------------------------------------------- -Tue Mar 1 19:34:43 UTC 2022 - Martin Liška - -- Use proper patch for SLE 15.x. - -------------------------------------------------------------------- -Tue Mar 1 19:07:10 UTC 2022 - Martin Liška - -- Bump to 4a1c20df82c9e14478d79fbe1ae9690a36285ac1, git191847. - -------------------------------------------------------------------- -Tue Mar 1 15:54:51 UTC 2022 - Martin Liška - -- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler. - -------------------------------------------------------------------- -Tue Mar 1 15:49:57 UTC 2022 - Martin Liška - -- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. - -------------------------------------------------------------------- -Mon Feb 28 09:40:45 UTC 2022 - Martin Liška - -- Bump to 37b583b9d7719f663656ce65ac822c11471fb540, git191817. -- Bump sover of libgo library. - -------------------------------------------------------------------- -Fri Feb 11 08:35:30 UTC 2022 - Richard Biener - -- Update to trunk head, 165947fecf4d78c7effb0f1ee15e694 (git191602) -- Add gcc12-PIE, similar to gcc-PIE but affecting gcc12 [bsc#1195628] - -------------------------------------------------------------------- -Wed Feb 9 15:11:40 UTC 2022 - Richard Biener - -- Put libstdc++6-pp Requires on the shared library and drop - to Recoomends. - -------------------------------------------------------------------- -Tue Feb 8 19:05:40 UTC 2022 - Martin Liška - -- Bump to 943d631abdd7be623cbf2b870d3d0cfef89f5f26, git191519. - -------------------------------------------------------------------- -Mon Jan 24 12:34:42 UTC 2022 - Richard Biener - -- Update to trunk head, 978abe918f8c8deed28e92297d3c0cc (git191254) -- Fix filenames in the following patches: - gcc11-amdgcn-disable-hot-cold-partitioning.patch, - gcc41-ppc32-retaddr.patch. - -------------------------------------------------------------------- -Wed Jan 19 13:25:34 UTC 2022 - Martin Liška - -- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471. -- Fix filename in gcc10-amdgcn-llvm-as.patch. - -------------------------------------------------------------------- -Wed Jan 19 07:52:54 UTC 2022 - Richard Biener - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Tue Jan 18 19:53:41 UTC 2022 - Martin Liška - -- Bump to 3c4a54adb2164315d18fd8980c0fc37eb3d22252. -- Rebase patches after .cc renaming. - -------------------------------------------------------------------- -Thu Jan 13 08:27:07 UTC 2022 - Martin Liška - -- New package, inherits from gcc11 - * Enable LSAN and TSAN for s390x target. - * Require gcc-d as dependency for proper bootstrap. - * Use gcc11-amdgcn-disable-hot-cold-partitioning.patch only conditionally - on older SUSE products. - * Add --enable-offload-defaulted to configure options. - * Include a couple of new header files. - * Do not require llvm11 for cross compilers (assembler was fixed - in latest LLVM releases), use llvm11 only on SLE 15. - * Remove unnecessary gcc10-foffload-default.patch patch. -- Take patches inherited from GCC 11. - * gcc-add-defaultsspec.diff, add the ability to provide a specs - file that is read by default - * tls-no-direct.diff, avoid direct %fs references on x86 to not - slow down Xen - * gcc43-no-unwind-tables.diff, do not produce unwind tables for - CRT files - * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr - for ppc, just a testcase - * gcc44-textdomain.patch, make translation files version specific - and adjust textdomain to find them - * gcc44-rename-info-files.patch, fix cross-references in info files - when renaming them to be version specific - * gcc48-libstdc++-api-reference.patch, fix link in the installed - libstdc++ html documentation - * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with - earlier mpfr versions on old products - * gcc5-no-return-gcc43-workaround.patch, make build work with - host gcc 4.3 - * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes - new warning from -Wextra - * gcc7-avoid-fixinc-error.diff - * gcc9-reproducible-builds-buildid-for-checksum.patch - * gcc9-reproducible-builds.patch - * gcc10-amdgcn-llvm-as.patch diff --git a/gcc12.changes b/gcc12.changes index ca3787d..c193c17 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -3,6 +3,9 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. - Separate ppc64le from ppc/ppc64 specific configury. +- Add _multibuild to gather all .spec files and reduce the number + of .changes files to one, autogenerated by change_spec. +- Drop %ringdisabled handling. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener From cafb50c6d22020bd3b897b10e79806f0128c751f Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 28 Apr 2022 08:08:21 +0000 Subject: [PATCH 09/14] Rev devel:gcc/40 Md5 7c263f59473f5d46b60a7c81a91d8f3a 2022-04-28 08:08:21 rguenther None --- _multibuild | 1 - change_spec | 1 - 2 files changed, 2 deletions(-) diff --git a/_multibuild b/_multibuild index 2743e2b..5246d9f 100644 --- a/_multibuild +++ b/_multibuild @@ -1,5 +1,4 @@ -gcc12 gcc12-testresults cross-aarch64-gcc12-bootstrap cross-aarch64-gcc12 diff --git a/change_spec b/change_spec index 1954082..11dbba0 100644 --- a/change_spec +++ b/change_spec @@ -57,7 +57,6 @@ p >> gcc$base_ver-testresults.spec echo '' > _multibuild -echo ''${outfile%.*}'' >> _multibuild echo ''gcc$base_ver-testresults'' >> _multibuild add_cross() { From 90f95c6b1aeebb49eeefd75ac80e906ed88967bc Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Thu, 28 Apr 2022 08:15:39 +0000 Subject: [PATCH 10/14] - Bump to f27848a5dc4d3b16cd4112bddcb59e0916eba623, git192706. Rev devel:gcc/41 Md5 ac48145138800248d29c7030cfc7abf1 2022-04-28 08:15:39 rguenther None --- cross-aarch64-gcc12-bootstrap.spec | 2 +- cross-aarch64-gcc12.spec | 2 +- cross-amdgcn-gcc12.spec | 2 +- cross-arm-gcc12.spec | 2 +- cross-arm-none-gcc12-bootstrap.spec | 2 +- cross-arm-none-gcc12.spec | 2 +- cross-avr-gcc12-bootstrap.spec | 2 +- cross-avr-gcc12.spec | 2 +- cross-epiphany-gcc12-bootstrap.spec | 2 +- cross-epiphany-gcc12.spec | 2 +- cross-hppa-gcc12-bootstrap.spec | 2 +- cross-hppa-gcc12.spec | 2 +- cross-m68k-gcc12.spec | 2 +- cross-mips-gcc12.spec | 2 +- cross-nvptx-gcc12.spec | 2 +- cross-ppc64-gcc12.spec | 2 +- cross-ppc64le-gcc12.spec | 2 +- cross-riscv64-elf-gcc12-bootstrap.spec | 2 +- cross-riscv64-elf-gcc12.spec | 2 +- cross-riscv64-gcc12-bootstrap.spec | 2 +- cross-riscv64-gcc12.spec | 2 +- cross-rx-gcc12-bootstrap.spec | 2 +- cross-rx-gcc12.spec | 2 +- cross-s390x-gcc12.spec | 2 +- cross-sparc-gcc12.spec | 2 +- cross-sparc64-gcc12.spec | 2 +- cross-x86_64-gcc12.spec | 2 +- gcc-12.0.1+git192607.tar.xz | 3 --- gcc-12.0.1+git192706.tar.xz | 3 +++ gcc.spec.in | 2 +- gcc12-testresults.spec | 2 +- gcc12.changes | 1 + gcc12.spec | 2 +- 33 files changed, 34 insertions(+), 33 deletions(-) delete mode 100644 gcc-12.0.1+git192607.tar.xz create mode 100644 gcc-12.0.1+git192706.tar.xz diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 193305a..ce22123 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 1028f1d..704f4fe 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 3099335..6cbef40 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index 1000bcd..ffc9f05 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 8ef129e..3bf59b0 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 7594e49..bfb6be1 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 80c369e..873f91f 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 6bfacca..5f7a571 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 9b42189..475c288 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index dcb6e64..b9dc5cb 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 5c32486..481cf4f 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index a5e79dc..823ba8e 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 3b814d8..ef75d10 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index a5b3b71..c60f49f 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 7d84cf0..6da92ff 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 40ec7cb..ffafc3b 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index bb6bdbb..88c46dd 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 251d0ef..0ba1a91 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index 3d86974..a6e8ad2 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 5538663..b8ceae7 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index c789c3a..7184d8f 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index eb070ea..82b02fd 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 30875d0..388d08f 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 7509531..1165c45 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index 5274d09..4570b14 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index e3a1e59..12cfaaa 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 3aa4414..382d068 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc-12.0.1+git192607.tar.xz b/gcc-12.0.1+git192607.tar.xz deleted file mode 100644 index 27f3b4e..0000000 --- a/gcc-12.0.1+git192607.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fdb5459abb1d5f0e2c21c3ef3a966dde89c974180b6d60242e2a7b628924b9c -size 82769848 diff --git a/gcc-12.0.1+git192706.tar.xz b/gcc-12.0.1+git192706.tar.xz new file mode 100644 index 0000000..ee3f9ee --- /dev/null +++ b/gcc-12.0.1+git192706.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63f10d94ff566fdef28d448b3dd765973f2d28811a44ada9b460032e4563777 +size 82839716 diff --git a/gcc.spec.in b/gcc.spec.in index c381928..ecb9a6a 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:901ecc8d071b6da893ba946614503b135ff0ee7b8e7d3b4aa4316a1811e0bbe7 +oid sha256:537b1ad5a5f91edd0be3982eb6291b70952eea3985b22040873593a387432571 size 87815 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index a959392..5ff516a 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -207,7 +207,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc12.changes b/gcc12.changes index c193c17..43eec0b 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- Thu Apr 28 06:43:08 UTC 2022 - Richard Biener +- Bump to f27848a5dc4d3b16cd4112bddcb59e0916eba623, git192706. - Switch ppc64le to the IEEE long double ABI by default in Factory. - Separate ppc64le from ppc/ppc64 specific configury. - Add _multibuild to gather all .spec files and reduce the number diff --git a/gcc12.spec b/gcc12.spec index 9f8dbbe..85a2e6b 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -186,7 +186,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192607 +Version: 12.0.1+git192706 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') From 5d4dccaa79a01c9b5b6e375f045de3f3c5d9f5fa Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Fri, 29 Apr 2022 07:24:32 +0000 Subject: [PATCH 11/14] - Ada bootstrap now requires at least GCC 5, use GCC 7 on SLES 12 instead of GCC 4.8. Rev devel:gcc/42 Md5 c957ab72439f0a277a66e608bf329267 2022-04-29 07:24:32 rguenther None --- gcc.spec.in | 4 ++-- gcc12-testresults.spec | 6 +++--- gcc12.changes | 2 ++ gcc12.spec | 6 +++--- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/gcc.spec.in b/gcc.spec.in index ecb9a6a..b3aae4c 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:537b1ad5a5f91edd0be3982eb6291b70952eea3985b22040873593a387432571 -size 87815 +oid sha256:02c76a980647914b797412e273619e762ada087f5f046a77dbabb4a38b551303 +size 87811 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 5ff516a..feec087 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -249,9 +249,9 @@ BuildRequires: gcc12-ada BuildRequires: gcc12-c++ %else %if %{suse_version} < 1310 -%define hostsuffix -4.8 -BuildRequires: gcc48-ada -BuildRequires: gcc48-c++ +%define hostsuffix -7 +BuildRequires: gcc7-ada +BuildRequires: gcc7-c++ %else %define hostsuffix %{nil} BuildRequires: gcc-ada diff --git a/gcc12.changes b/gcc12.changes index 43eec0b..ffa5142 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -7,6 +7,8 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Add _multibuild to gather all .spec files and reduce the number of .changes files to one, autogenerated by change_spec. - Drop %ringdisabled handling. +- Ada bootstrap now requires at least GCC 5, use GCC 7 on SLES 12 + instead of GCC 4.8. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/gcc12.spec b/gcc12.spec index 85a2e6b..86d3761 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -228,9 +228,9 @@ BuildRequires: gcc12-ada BuildRequires: gcc12-c++ %else %if %{suse_version} < 1310 -%define hostsuffix -4.8 -BuildRequires: gcc48-ada -BuildRequires: gcc48-c++ +%define hostsuffix -7 +BuildRequires: gcc7-ada +BuildRequires: gcc7-c++ %else %define hostsuffix %{nil} BuildRequires: gcc-ada From cbc76fd2e6f85840350d26eae061bda566bdba71 Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Fri, 29 Apr 2022 13:07:39 +0000 Subject: [PATCH 12/14] Rev devel:gcc/43 Md5 37735227869809f776cdc6798a1a7121 2022-04-29 13:07:39 rguenther None --- gcc.spec.in | 4 ++-- gcc12-testresults.spec | 2 +- gcc12.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc.spec.in b/gcc.spec.in index b3aae4c..2d31faf 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02c76a980647914b797412e273619e762ada087f5f046a77dbabb4a38b551303 -size 87811 +oid sha256:15c5397bffaf7ea75ee54696b89543f65252c5b2521a06136883d4df58ed57e0 +size 87812 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index feec087..38b0c1a 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -248,7 +248,7 @@ BuildRequires: isl-devel BuildRequires: gcc12-ada BuildRequires: gcc12-c++ %else -%if %{suse_version} < 1310 +%if %{suse_version} <= 1315 %define hostsuffix -7 BuildRequires: gcc7-ada BuildRequires: gcc7-c++ diff --git a/gcc12.spec b/gcc12.spec index 86d3761..530ffc4 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -227,7 +227,7 @@ BuildRequires: isl-devel BuildRequires: gcc12-ada BuildRequires: gcc12-c++ %else -%if %{suse_version} < 1310 +%if %{suse_version} <= 1315 %define hostsuffix -7 BuildRequires: gcc7-ada BuildRequires: gcc7-c++ From cd12f9c1d79f572524bb7be82ca1b4c5a2fa1d7f Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Fri, 29 Apr 2022 17:09:00 +0000 Subject: [PATCH 13/14] - Bump to 621650f64fb6679c457c33abf27c925f28bddc62, git9 * GCC 12.1 release candidate Rev devel:gcc/44 Md5 5bd3f9914c2c1bdea2f44ab219ef84d3 2022-04-29 17:09:00 rguenther None --- cross-aarch64-gcc12-bootstrap.spec | 2 +- cross-aarch64-gcc12.spec | 2 +- cross-amdgcn-gcc12.spec | 2 +- cross-arm-gcc12.spec | 2 +- cross-arm-none-gcc12-bootstrap.spec | 2 +- cross-arm-none-gcc12.spec | 2 +- cross-avr-gcc12-bootstrap.spec | 2 +- cross-avr-gcc12.spec | 2 +- cross-epiphany-gcc12-bootstrap.spec | 2 +- cross-epiphany-gcc12.spec | 2 +- cross-hppa-gcc12-bootstrap.spec | 2 +- cross-hppa-gcc12.spec | 2 +- cross-m68k-gcc12.spec | 2 +- cross-mips-gcc12.spec | 2 +- cross-nvptx-gcc12.spec | 2 +- cross-ppc64-gcc12.spec | 2 +- cross-ppc64le-gcc12.spec | 2 +- cross-riscv64-elf-gcc12-bootstrap.spec | 2 +- cross-riscv64-elf-gcc12.spec | 2 +- cross-riscv64-gcc12-bootstrap.spec | 2 +- cross-riscv64-gcc12.spec | 2 +- cross-rx-gcc12-bootstrap.spec | 2 +- cross-rx-gcc12.spec | 2 +- cross-s390x-gcc12.spec | 2 +- cross-sparc-gcc12.spec | 2 +- cross-sparc64-gcc12.spec | 2 +- cross-x86_64-gcc12.spec | 2 +- gcc-12.0.1+git192706.tar.xz | 3 --- gcc-12.0.1+git9.tar.xz | 3 +++ gcc.spec.in | 4 ++-- gcc12-testresults.spec | 2 +- gcc12.changes | 6 ++++++ gcc12.spec | 2 +- 33 files changed, 40 insertions(+), 34 deletions(-) delete mode 100644 gcc-12.0.1+git192706.tar.xz create mode 100644 gcc-12.0.1+git9.tar.xz diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index ce22123..921e9e0 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 704f4fe..3bc0669 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 6cbef40..4c402af 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index ffc9f05..08689eb 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 3bf59b0..0249313 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index bfb6be1..ef467f7 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 873f91f..c110ba4 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 5f7a571..38a39a2 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 475c288..a171671 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index b9dc5cb..38c2f26 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 481cf4f..fb04993 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 823ba8e..e002025 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index ef75d10..b71237c 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index c60f49f..aa29ab6 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index 6da92ff..c137a98 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index ffafc3b..b6bc398 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 88c46dd..c2785ac 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 0ba1a91..0783954 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index a6e8ad2..e1114a9 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index b8ceae7..078e664 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 7184d8f..de5593e 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 82b02fd..78ae7a9 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 388d08f..193c95e 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 1165c45..9da9986 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index 4570b14..d343d0f 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 12cfaaa..b9bbbcb 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 382d068..919b912 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc-12.0.1+git192706.tar.xz b/gcc-12.0.1+git192706.tar.xz deleted file mode 100644 index ee3f9ee..0000000 --- a/gcc-12.0.1+git192706.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f63f10d94ff566fdef28d448b3dd765973f2d28811a44ada9b460032e4563777 -size 82839716 diff --git a/gcc-12.0.1+git9.tar.xz b/gcc-12.0.1+git9.tar.xz new file mode 100644 index 0000000..dc3b31a --- /dev/null +++ b/gcc-12.0.1+git9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32824fb84610bf3b4ab690a51775e264d617ffe94721ef00d340dfa49ba804cf +size 82856664 diff --git a/gcc.spec.in b/gcc.spec.in index 2d31faf..d0de544 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15c5397bffaf7ea75ee54696b89543f65252c5b2521a06136883d4df58ed57e0 -size 87812 +oid sha256:2ff6c6aeac30864889ecae5f07f93753b92b9151bb7b7068ee74ac0912ad3806 +size 87807 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 38b0c1a..2840b66 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -207,7 +207,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc12.changes b/gcc12.changes index ffa5142..03ec0df 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 29 17:05:16 UTC 2022 - Richard Biener + +- Bump to 621650f64fb6679c457c33abf27c925f28bddc62, git9 + * GCC 12.1 release candidate + ------------------------------------------------------------------- Thu Apr 28 06:43:08 UTC 2022 - Richard Biener diff --git a/gcc12.spec b/gcc12.spec index 530ffc4..cff2e0f 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -186,7 +186,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git192706 +Version: 12.0.1+git9 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') From e919d5e85326918380fae08fba7d8aee853a8f77 Mon Sep 17 00:00:00 2001 From: OBS User rguenther Date: Fri, 6 May 2022 07:15:03 +0000 Subject: [PATCH 14/14] - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 Rev devel:gcc/45 Md5 2cf579cad4d6b170720859a9485b98bb 2022-05-06 07:15:03 rguenther None --- cross-aarch64-gcc12-bootstrap.spec | 2 +- cross-aarch64-gcc12.spec | 2 +- cross-amdgcn-gcc12.spec | 2 +- cross-arm-gcc12.spec | 2 +- cross-arm-none-gcc12-bootstrap.spec | 2 +- cross-arm-none-gcc12.spec | 2 +- cross-avr-gcc12-bootstrap.spec | 2 +- cross-avr-gcc12.spec | 2 +- cross-epiphany-gcc12-bootstrap.spec | 2 +- cross-epiphany-gcc12.spec | 2 +- cross-hppa-gcc12-bootstrap.spec | 2 +- cross-hppa-gcc12.spec | 2 +- cross-m68k-gcc12.spec | 2 +- cross-mips-gcc12.spec | 2 +- cross-nvptx-gcc12.spec | 2 +- cross-ppc64-gcc12.spec | 2 +- cross-ppc64le-gcc12.spec | 2 +- cross-riscv64-elf-gcc12-bootstrap.spec | 2 +- cross-riscv64-elf-gcc12.spec | 2 +- cross-riscv64-gcc12-bootstrap.spec | 2 +- cross-riscv64-gcc12.spec | 2 +- cross-rx-gcc12-bootstrap.spec | 2 +- cross-rx-gcc12.spec | 2 +- cross-s390x-gcc12.spec | 2 +- cross-sparc-gcc12.spec | 2 +- cross-sparc64-gcc12.spec | 2 +- cross-x86_64-gcc12.spec | 2 +- gcc-12.0.1+git9.tar.xz | 3 --- gcc-12.1.0+git27.tar.xz | 3 +++ gcc.spec.in | 4 ++-- gcc12-testresults.spec | 2 +- gcc12.changes | 5 +++++ gcc12.spec | 2 +- 33 files changed, 39 insertions(+), 34 deletions(-) delete mode 100644 gcc-12.0.1+git9.tar.xz create mode 100644 gcc-12.1.0+git27.tar.xz diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 921e9e0..69e230f 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 3bc0669..7d25115 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 4c402af..1fac246 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index 08689eb..6517a84 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 0249313..a719656 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index ef467f7..e1be60a 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index c110ba4..b70c768 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 38a39a2..1a28b56 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index a171671..8d620b0 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 38c2f26..6f6f181 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index fb04993..3450560 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index e002025..07f6a8a 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index b71237c..d7b9fc5 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index aa29ab6..83435ea 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index c137a98..cec5ed1 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index b6bc398..5f1207e 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index c2785ac..03483a2 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index 0783954..bb2a4f7 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index e1114a9..de7a527 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 078e664..0d7dd28 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index de5593e..fcf0b65 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 78ae7a9..cc8c5fc 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -102,7 +102,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index 193c95e..fc87b91 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 9da9986..39d584d 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index d343d0f..214910f 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index b9bbbcb..fd6ad3b 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index 919b912..6a3a801 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -101,7 +101,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc-12.0.1+git9.tar.xz b/gcc-12.0.1+git9.tar.xz deleted file mode 100644 index dc3b31a..0000000 --- a/gcc-12.0.1+git9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32824fb84610bf3b4ab690a51775e264d617ffe94721ef00d340dfa49ba804cf -size 82856664 diff --git a/gcc-12.1.0+git27.tar.xz b/gcc-12.1.0+git27.tar.xz new file mode 100644 index 0000000..add8b66 --- /dev/null +++ b/gcc-12.1.0+git27.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27886cb89ed743d2af5cfc743de5e4c8ca60a782984714c4270ee692cb33be95 +size 82867276 diff --git a/gcc.spec.in b/gcc.spec.in index d0de544..7390657 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ff6c6aeac30864889ecae5f07f93753b92b9151bb7b7068ee74ac0912ad3806 -size 87807 +oid sha256:5a35b83915c40ed97e250ee91068c0b18311abb1eeeba75678a0c7fedf792cca +size 87808 diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 2840b66..890aae6 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -207,7 +207,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') diff --git a/gcc12.changes b/gcc12.changes index 03ec0df..c4beeb6 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 6 07:11:46 UTC 2022 - Richard Biener + +- Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 + ------------------------------------------------------------------- Fri Apr 29 17:05:16 UTC 2022 - Richard Biener diff --git a/gcc12.spec b/gcc12.spec index cff2e0f..40a8776 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -186,7 +186,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 12.0.1+git9 +Version: 12.1.0+git27 Release: 0 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')