From 9d1385e6fa322962ef1ef7c2ace7c4fdf296fb2ec20b231ca29374e4fb9df302 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 22 Nov 2021 08:59:14 +0000 Subject: [PATCH] - Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 * fixes issue with debug dumping together with -o /dev/null - Package mwaitintrin.h - Remove spurious exit from change_spec. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=371 --- cross-aarch64-gcc11-bootstrap.changes | 12 ++++ cross-aarch64-gcc11-bootstrap.spec | 6 +- cross-aarch64-gcc11.changes | 12 ++++ cross-aarch64-gcc11.spec | 6 +- cross-amdgcn-gcc11.changes | 12 ++++ cross-amdgcn-gcc11.spec | 6 +- cross-arm-gcc11.changes | 12 ++++ cross-arm-gcc11.spec | 6 +- cross-arm-none-gcc11-bootstrap.changes | 12 ++++ cross-arm-none-gcc11-bootstrap.spec | 6 +- cross-arm-none-gcc11.changes | 12 ++++ cross-arm-none-gcc11.spec | 6 +- cross-avr-gcc11-bootstrap.changes | 12 ++++ cross-avr-gcc11-bootstrap.spec | 6 +- cross-avr-gcc11.changes | 12 ++++ cross-avr-gcc11.spec | 6 +- cross-epiphany-gcc11-bootstrap.changes | 12 ++++ cross-epiphany-gcc11-bootstrap.spec | 6 +- cross-epiphany-gcc11.changes | 12 ++++ cross-epiphany-gcc11.spec | 6 +- cross-hppa-gcc11.changes | 12 ++++ cross-hppa-gcc11.spec | 6 +- cross-i386-gcc11.changes | 12 ++++ cross-i386-gcc11.spec | 6 +- cross-m68k-gcc11.changes | 12 ++++ cross-m68k-gcc11.spec | 6 +- cross-mips-gcc11.changes | 12 ++++ cross-mips-gcc11.spec | 6 +- cross-nvptx-gcc11.changes | 12 ++++ cross-nvptx-gcc11.spec | 6 +- cross-ppc64-gcc11.changes | 12 ++++ cross-ppc64-gcc11.spec | 6 +- cross-ppc64le-gcc11.changes | 12 ++++ cross-ppc64le-gcc11.spec | 6 +- cross-riscv64-elf-gcc11-bootstrap.changes | 12 ++++ cross-riscv64-elf-gcc11-bootstrap.spec | 8 +-- cross-riscv64-elf-gcc11.changes | 12 ++++ cross-riscv64-elf-gcc11.spec | 8 +-- cross-riscv64-gcc11-bootstrap.changes | 12 ++++ cross-riscv64-gcc11-bootstrap.spec | 8 +-- cross-riscv64-gcc11.changes | 12 ++++ cross-riscv64-gcc11.spec | 8 +-- cross-rx-gcc11-bootstrap.changes | 12 ++++ cross-rx-gcc11-bootstrap.spec | 6 +- cross-rx-gcc11.changes | 12 ++++ cross-rx-gcc11.spec | 6 +- cross-s390x-gcc11.changes | 12 ++++ cross-s390x-gcc11.spec | 6 +- cross-sparc-gcc11.changes | 12 ++++ cross-sparc-gcc11.spec | 6 +- cross-sparc64-gcc11.changes | 12 ++++ cross-sparc64-gcc11.spec | 6 +- cross-x86_64-gcc11.changes | 12 ++++ cross-x86_64-gcc11.spec | 6 +- gcc-11.2.1+git1005.tar.xz | 3 + gcc-11.2.1+git610.tar.xz | 3 - gcc.spec.in | 3 +- gcc11-testresults.changes | 12 ++++ gcc11-testresults.spec | 8 +-- gcc11.changes | 7 +++ gcc11.spec | 76 ++++++----------------- 61 files changed, 455 insertions(+), 151 deletions(-) create mode 100644 gcc-11.2.1+git1005.tar.xz delete mode 100644 gcc-11.2.1+git610.tar.xz diff --git a/cross-aarch64-gcc11-bootstrap.changes b/cross-aarch64-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-aarch64-gcc11-bootstrap.changes +++ b/cross-aarch64-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-aarch64-gcc11-bootstrap.spec b/cross-aarch64-gcc11-bootstrap.spec index 4b25d4e..f372b7e 100644 --- a/cross-aarch64-gcc11-bootstrap.spec +++ b/cross-aarch64-gcc11-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-aarch64-gcc11.changes b/cross-aarch64-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-aarch64-gcc11.changes +++ b/cross-aarch64-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-aarch64-gcc11.spec b/cross-aarch64-gcc11.spec index 35eb746..1b277f2 100644 --- a/cross-aarch64-gcc11.spec +++ b/cross-aarch64-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-amdgcn-gcc11.changes b/cross-amdgcn-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-amdgcn-gcc11.changes +++ b/cross-amdgcn-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-amdgcn-gcc11.spec b/cross-amdgcn-gcc11.spec index c8c9e64..d970232 100644 --- a/cross-amdgcn-gcc11.spec +++ b/cross-amdgcn-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-arm-gcc11.changes b/cross-arm-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-arm-gcc11.changes +++ b/cross-arm-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-arm-gcc11.spec b/cross-arm-gcc11.spec index 1952a4d..345a83f 100644 --- a/cross-arm-gcc11.spec +++ b/cross-arm-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-arm-none-gcc11-bootstrap.changes b/cross-arm-none-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-arm-none-gcc11-bootstrap.changes +++ b/cross-arm-none-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-arm-none-gcc11-bootstrap.spec b/cross-arm-none-gcc11-bootstrap.spec index 6439c15..65c6c37 100644 --- a/cross-arm-none-gcc11-bootstrap.spec +++ b/cross-arm-none-gcc11-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -282,7 +282,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-arm-none-gcc11.changes b/cross-arm-none-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-arm-none-gcc11.changes +++ b/cross-arm-none-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-arm-none-gcc11.spec b/cross-arm-none-gcc11.spec index 81d554f..feb25dd 100644 --- a/cross-arm-none-gcc11.spec +++ b/cross-arm-none-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-avr-gcc11-bootstrap.changes b/cross-avr-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-avr-gcc11-bootstrap.changes +++ b/cross-avr-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-avr-gcc11-bootstrap.spec b/cross-avr-gcc11-bootstrap.spec index eecadd9..3cffe95 100644 --- a/cross-avr-gcc11-bootstrap.spec +++ b/cross-avr-gcc11-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-avr-gcc11.changes b/cross-avr-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-avr-gcc11.changes +++ b/cross-avr-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-avr-gcc11.spec b/cross-avr-gcc11.spec index fb5536e..dcc412b 100644 --- a/cross-avr-gcc11.spec +++ b/cross-avr-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-epiphany-gcc11-bootstrap.changes b/cross-epiphany-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-epiphany-gcc11-bootstrap.changes +++ b/cross-epiphany-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-epiphany-gcc11-bootstrap.spec b/cross-epiphany-gcc11-bootstrap.spec index a11a156..587ab5f 100644 --- a/cross-epiphany-gcc11-bootstrap.spec +++ b/cross-epiphany-gcc11-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -282,7 +282,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-epiphany-gcc11.changes b/cross-epiphany-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-epiphany-gcc11.changes +++ b/cross-epiphany-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-epiphany-gcc11.spec b/cross-epiphany-gcc11.spec index 46acb41..e39d53f 100644 --- a/cross-epiphany-gcc11.spec +++ b/cross-epiphany-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-hppa-gcc11.changes b/cross-hppa-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-hppa-gcc11.changes +++ b/cross-hppa-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-hppa-gcc11.spec b/cross-hppa-gcc11.spec index 3c0abd7..3f517ce 100644 --- a/cross-hppa-gcc11.spec +++ b/cross-hppa-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-i386-gcc11.changes b/cross-i386-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-i386-gcc11.changes +++ b/cross-i386-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-i386-gcc11.spec b/cross-i386-gcc11.spec index 4e81484..16dbe0d 100644 --- a/cross-i386-gcc11.spec +++ b/cross-i386-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-m68k-gcc11.changes b/cross-m68k-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-m68k-gcc11.changes +++ b/cross-m68k-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-m68k-gcc11.spec b/cross-m68k-gcc11.spec index 58c231d..cd68e3c 100644 --- a/cross-m68k-gcc11.spec +++ b/cross-m68k-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-mips-gcc11.changes b/cross-mips-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-mips-gcc11.changes +++ b/cross-mips-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-mips-gcc11.spec b/cross-mips-gcc11.spec index e91603b..2520258 100644 --- a/cross-mips-gcc11.spec +++ b/cross-mips-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-nvptx-gcc11.changes b/cross-nvptx-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-nvptx-gcc11.changes +++ b/cross-nvptx-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-nvptx-gcc11.spec b/cross-nvptx-gcc11.spec index 734ed48..4b28946 100644 --- a/cross-nvptx-gcc11.spec +++ b/cross-nvptx-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-ppc64-gcc11.changes b/cross-ppc64-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-ppc64-gcc11.changes +++ b/cross-ppc64-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-ppc64-gcc11.spec b/cross-ppc64-gcc11.spec index 76389f6..5b86837 100644 --- a/cross-ppc64-gcc11.spec +++ b/cross-ppc64-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-ppc64le-gcc11.changes b/cross-ppc64le-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-ppc64le-gcc11.changes +++ b/cross-ppc64le-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-ppc64le-gcc11.spec b/cross-ppc64le-gcc11.spec index 8aacbe5..457833f 100644 --- a/cross-ppc64le-gcc11.spec +++ b/cross-ppc64le-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-elf-gcc11-bootstrap.changes b/cross-riscv64-elf-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-riscv64-elf-gcc11-bootstrap.changes +++ b/cross-riscv64-elf-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-riscv64-elf-gcc11-bootstrap.spec b/cross-riscv64-elf-gcc11-bootstrap.spec index c68f1b6..05dcc89 100644 --- a/cross-riscv64-elf-gcc11-bootstrap.spec +++ b/cross-riscv64-elf-gcc11-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -252,7 +252,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -282,7 +282,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-elf-gcc11.changes b/cross-riscv64-elf-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-riscv64-elf-gcc11.changes +++ b/cross-riscv64-elf-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-riscv64-elf-gcc11.spec b/cross-riscv64-elf-gcc11.spec index 9eed2f4..7717b29 100644 --- a/cross-riscv64-elf-gcc11.spec +++ b/cross-riscv64-elf-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -251,7 +251,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-gcc11-bootstrap.changes b/cross-riscv64-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-riscv64-gcc11-bootstrap.changes +++ b/cross-riscv64-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-riscv64-gcc11-bootstrap.spec b/cross-riscv64-gcc11-bootstrap.spec index 4831c24..236868b 100644 --- a/cross-riscv64-gcc11-bootstrap.spec +++ b/cross-riscv64-gcc11-bootstrap.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -251,7 +251,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-gcc11.changes b/cross-riscv64-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-riscv64-gcc11.changes +++ b/cross-riscv64-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-riscv64-gcc11.spec b/cross-riscv64-gcc11.spec index 9a09e25..af97e36 100644 --- a/cross-riscv64-gcc11.spec +++ b/cross-riscv64-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -251,7 +251,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-rx-gcc11-bootstrap.changes b/cross-rx-gcc11-bootstrap.changes index 25bf85d..920af2b 100644 --- a/cross-rx-gcc11-bootstrap.changes +++ b/cross-rx-gcc11-bootstrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-rx-gcc11-bootstrap.spec b/cross-rx-gcc11-bootstrap.spec index 3161453..c585bef 100644 --- a/cross-rx-gcc11-bootstrap.spec +++ b/cross-rx-gcc11-bootstrap.spec @@ -110,7 +110,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -282,7 +282,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-rx-gcc11.changes b/cross-rx-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-rx-gcc11.changes +++ b/cross-rx-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-rx-gcc11.spec b/cross-rx-gcc11.spec index e9f5386..1f1b339 100644 --- a/cross-rx-gcc11.spec +++ b/cross-rx-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-s390x-gcc11.changes b/cross-s390x-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-s390x-gcc11.changes +++ b/cross-s390x-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-s390x-gcc11.spec b/cross-s390x-gcc11.spec index 80aa4a8..b0de8fa 100644 --- a/cross-s390x-gcc11.spec +++ b/cross-s390x-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-sparc-gcc11.changes b/cross-sparc-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-sparc-gcc11.changes +++ b/cross-sparc-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-sparc-gcc11.spec b/cross-sparc-gcc11.spec index eece91d..395abb6 100644 --- a/cross-sparc-gcc11.spec +++ b/cross-sparc-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-sparc64-gcc11.changes b/cross-sparc64-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-sparc64-gcc11.changes +++ b/cross-sparc64-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-sparc64-gcc11.spec b/cross-sparc64-gcc11.spec index 0e7d65a..6475970 100644 --- a/cross-sparc64-gcc11.spec +++ b/cross-sparc64-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-x86_64-gcc11.changes b/cross-x86_64-gcc11.changes index 25bf85d..920af2b 100644 --- a/cross-x86_64-gcc11.changes +++ b/cross-x86_64-gcc11.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/cross-x86_64-gcc11.spec b/cross-x86_64-gcc11.spec index 86e2dbc..463558d 100644 --- a/cross-x86_64-gcc11.spec +++ b/cross-x86_64-gcc11.spec @@ -109,7 +109,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -281,7 +281,7 @@ Requires: libstdc++6-devel-gcc11 AutoReqProv: off BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} License: GPL-3.0-or-later Group: Development/Languages/C and C++ @@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/gcc-11.2.1+git1005.tar.xz b/gcc-11.2.1+git1005.tar.xz new file mode 100644 index 0000000..62f1133 --- /dev/null +++ b/gcc-11.2.1+git1005.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daaf651a6768ec2400f5da33d59a1d784f82ea6b8bb473c1517c9124b0157cb +size 80489952 diff --git a/gcc-11.2.1+git610.tar.xz b/gcc-11.2.1+git610.tar.xz deleted file mode 100644 index c3c3ff6..0000000 --- a/gcc-11.2.1+git610.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7e7ab797f33b2b06541069b0a7de7fbcecd5f26dbf0b4976630f36720a4ec73 -size 80750972 diff --git a/gcc.spec.in b/gcc.spec.in index 534a8f2..2f8ca44 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -190,7 +190,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 Release: 1 %define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1) %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/') @@ -2142,6 +2142,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc@base_ver@-locale.lang %{libsubdir}/include/uintrintrin.h %{libsubdir}/include/keylockerintrin.h %{libsubdir}/include/avxvnniintrin.h +%{libsubdir}/include/mwaitintrin.h %endif %ifarch m68k %{libsubdir}/include/math-68881.h diff --git a/gcc11-testresults.changes b/gcc11-testresults.changes index 25bf85d..920af2b 100644 --- a/gcc11-testresults.changes +++ b/gcc11-testresults.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + +------------------------------------------------------------------- +Wed Oct 20 13:59:09 UTC 2021 - Richard Biener + +- Remove spurious exit from change_spec. + ------------------------------------------------------------------- Mon Sep 20 17:15:19 UTC 2021 - Michael Matz diff --git a/gcc11-testresults.spec b/gcc11-testresults.spec index 8169a4d..4e5b49e 100644 --- a/gcc11-testresults.spec +++ b/gcc11-testresults.spec @@ -206,7 +206,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -391,7 +391,7 @@ Summary: Testsuite results License: SUSE-Public-Domain Group: Development/Languages/C and C++ -%description +%description Results from running the gcc and target library testsuites. @@ -925,14 +925,14 @@ mkdir ../testresults export SUSE_ASNEEDED=0 export NO_BRP_CHECK_BYTECODE_VERSION=true cd obj-%{GCCDIST} -%if 0%{?run_tests:1} +%if 0%{?run_tests:1} cp `find . -name "*.sum"` ../testresults/ cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/ chmod 644 ../testresults/* %endif %if 0%{?run_tests:1} -%files +%files %defattr(-,root,root) %doc testresults/test_summary.txt %doc testresults/*.sum diff --git a/gcc11.changes b/gcc11.changes index 13d1d0b..920af2b 100644 --- a/gcc11.changes +++ b/gcc11.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 22 08:18:56 UTC 2021 - Richard Biener + +- Update to gcc-11 branch head (fb1bc2c0865f2b15a219e1127), git1005 + * fixes issue with debug dumping together with -o /dev/null +- Package mwaitintrin.h + ------------------------------------------------------------------- Wed Oct 20 13:59:09 UTC 2021 - Richard Biener diff --git a/gcc11.spec b/gcc11.spec index 567721d..4804cf4 100644 --- a/gcc11.spec +++ b/gcc11.spec @@ -16,6 +16,8 @@ # +# nospeccleaner + %if !0%{?usrmerged} %define _slibdir /%{_lib} %define slibdir /lib @@ -186,7 +188,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.2.1+git610 +Version: 11.2.1+git1005 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/+/-/') @@ -378,6 +380,8 @@ frontend. Language frontends other than C are split to different sub-packages, namely gcc-ada, gcc-c++, gcc-fortran, gcc-obj, gcc-obj-c++ and gcc-go. + + %package -n gcc11-32bit Summary: The GNU C Compiler 32bit support License: GPL-3.0-or-later @@ -441,6 +445,7 @@ Requires: glibc-devel-64bit %description -n gcc11-64bit This package contains 64bit support for the GNU Compiler Collection. + %package devel Summary: GCC plugins development enviroment License: GPL-3.0-or-later @@ -452,6 +457,7 @@ Requires: mpc-devel %description devel Files required for developing and compiling GCC plugins. + %package locale Summary: Locale Data for the GNU Compiler Collection License: GPL-3.0-or-later @@ -462,6 +468,7 @@ Requires: gcc11 = %{version}-%{release} Locale data for the GNU Compiler Collection (GCC) to give error message in the current locale. + %package c++ Summary: The GNU C++ Compiler License: GPL-3.0-or-later @@ -472,7 +479,6 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} = %{version} %description c++ This package contains the GNU compiler for C++. - %package c++-32bit Summary: The GNU C++ Compiler License: GPL-3.0-or-later @@ -483,7 +489,6 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit = %{ve %description c++-32bit This package contains the GNU compiler for C++. - %package c++-64bit Summary: The GNU C++ Compiler License: GPL-3.0-or-later @@ -495,6 +500,7 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit = %{ve %description c++-64bit This package contains the GNU compiler for C++. + %package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} Summary: Include Files and Libraries mandatory for Development License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -512,7 +518,6 @@ Requires: libstdc++%{libstdcxx_sover}-pp = %{version}-%{release} %description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} This package contains all the headers and libraries of the standard C++ library. It is needed for compiling C++ code. - %package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit Summary: Include Files and Libraries mandatory for Development License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -530,7 +535,6 @@ Requires: libstdc++%{libstdcxx_sover}-pp-32bit = %{version}-%{release} %description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit This package contains all the headers and libraries of the standard C++ library. It is needed for compiling C++ code. - %package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit Summary: Include Files and Libraries mandatory for Development License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -567,7 +571,6 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover} = %{version}-%{release}) %description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix} This package contains pretty printers for the C++ standard library usable from GDB. - %package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit Summary: GDB pretty printers for the C++ standard library License: GPL-3.0-or-later @@ -586,7 +589,6 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover}-32bit = %{version}-%{releas %description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit This package contains pretty printers for the C++ standard library usable from GDB. - %package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-64bit Summary: GDB pretty printers for the C++ standard library License: GPL-3.0-or-later @@ -606,6 +608,7 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover}-64bit = %{version}-%{releas This package contains pretty printers for the C++ standard library usable from GDB. + %package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} Summary: C compiler runtime library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -621,7 +624,6 @@ Libgcc is needed for dynamically linked C programs. %post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig %postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig - %package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit Summary: C compiler runtime library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -637,7 +639,6 @@ Libgcc is needed for dynamically linked C programs. %post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig %postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig - %package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-64bit Summary: C compiler runtime library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -673,7 +674,6 @@ option. %post -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig %postun -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig - %package -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit Summary: The GNU compiler collection OpenMP runtime library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -693,7 +693,6 @@ option. %post -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig %postun -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig - %package -n libgomp%{libgomp_sover}%{libgomp_suffix}-64bit Summary: The GNU compiler collection OpenMP runtime library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -731,7 +730,6 @@ The standard C++ library, needed for dynamically linked C++ programs. %post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig %postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig - %package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit Summary: The standard C++ shared library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -749,7 +747,6 @@ The standard C++ library, needed for dynamically linked C++ programs. %post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig %postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig - %package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-64bit Summary: The standard C++ shared library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -780,6 +777,7 @@ Conflicts: %selfconflict libstdc++%{libstdcxx_sover}-locale %description -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-locale The standard C++ library locale data. + %package info Summary: Documentation for the GNU compiler collection License: GFDL-1.2-only @@ -793,6 +791,7 @@ BuildArch: noarch GNU info-pages for the GNU compiler collection covering both user-level and internals documentation. + %package objc Summary: GNU Objective C Compiler License: GPL-3.0-or-later @@ -805,7 +804,6 @@ Requires: libobjc%{libobjc_sover} >= %{version}-%{release} This package contains the GNU Objective C compiler. Objective C is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. - %package objc-32bit Summary: GNU Objective C Compiler License: GPL-3.0-or-later @@ -818,7 +816,6 @@ Requires: libobjc%{libobjc_sover}-32bit >= %{version}-%{release} This package contains the GNU Objective C compiler. Objective C is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. - %package objc-64bit Summary: GNU Objective C Compiler License: GPL-3.0-or-later @@ -847,7 +844,6 @@ The library for the GNU Objective C compiler. %post -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig %postun -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig - %package -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit Summary: Library for the GNU Objective C Compiler License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -863,7 +859,6 @@ The library for the GNU Objective C compiler. %post -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig %postun -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig - %package -n libobjc%{libobjc_sover}%{libobjc_suffix}-64bit Summary: Library for the GNU Objective C Compiler License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -892,7 +887,6 @@ Requires: gcc11-objc = %{version}-%{release} This package contains the GNU Objective C++ compiler. Objective C++ is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. - %package obj-c++-32bit Summary: GNU Objective C++ Compiler License: GPL-3.0-or-later @@ -905,7 +899,6 @@ Requires: gcc11-objc-32bit = %{version}-%{release} This package contains the GNU Objective C++ compiler. Objective C++ is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. - %package obj-c++-64bit Summary: GNU Objective C++ Compiler License: GPL-3.0-or-later @@ -919,6 +912,7 @@ This package contains the GNU Objective C++ compiler. Objective C++ is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. + %package -n cpp11 Summary: The GCC Preprocessor License: GPL-3.0-or-later @@ -928,6 +922,7 @@ Group: Development/Languages/C and C++ This Package contains just the preprocessor that is used by the X11 packages. + %package ada Summary: GNU Ada Compiler Based on GCC (GNAT) License: GPL-3.0-or-later @@ -939,7 +934,6 @@ Requires: libada11 = %{version}-%{release} %description ada This package contains an Ada compiler and associated development tools based on the GNU GCC technology. - %package ada-32bit Summary: GNU Ada Compiler Based on GCC (GNAT) License: GPL-3.0-or-later @@ -951,7 +945,6 @@ Requires: libada11-32bit = %{version}-%{release} %description ada-32bit This package contains an Ada compiler and associated development tools based on the GNU GCC technology. - %package ada-64bit Summary: GNU Ada Compiler Based on GCC (GNAT) License: GPL-3.0-or-later @@ -986,7 +979,6 @@ implementation of Distributed Systems Programming (GLADE) and the Posix %post -n libada11 -p /sbin/ldconfig %postun -n libada11 -p /sbin/ldconfig - %package -n libada11-32bit Summary: GNU Ada Runtime Libraries License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -1009,7 +1001,6 @@ implementation of Distributed Systems Programming (GLADE) and the Posix %post -n libada11-32bit -p /sbin/ldconfig %postun -n libada11-32bit -p /sbin/ldconfig - %package -n libada11-64bit Summary: GNU Ada Runtime Libraries License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -1046,7 +1037,6 @@ Requires: libquadmath%{libquadmath_sover} >= %{version}-%{release} %description fortran This is the Fortran compiler of the GNU Compiler Collection (GCC). - %package fortran-32bit Summary: The GNU Fortran Compiler and Support Files License: GPL-3.0-or-later @@ -1060,7 +1050,6 @@ Requires: libquadmath%{libquadmath_sover}-32bit >= %{version}-%{release} %description fortran-32bit This is the Fortran compiler of the GNU Compiler Collection (GCC). - %package fortran-64bit Summary: The GNU Fortran Compiler and Support Files License: GPL-3.0-or-later @@ -1094,7 +1083,6 @@ of the GNU Compiler Collection (GCC). %post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig %postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig - %package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit Summary: The GNU Fortran Compiler Runtime Library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -1114,7 +1102,6 @@ of the GNU Compiler Collection (GCC). %post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig %postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig - %package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-64bit Summary: The GNU Fortran Compiler Runtime Library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -1152,7 +1139,6 @@ operations. %post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig %postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig - %package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit Summary: The GNU Fortran Compiler Quadmath Runtime Library License: LGPL-2.1-only @@ -1170,7 +1156,6 @@ operations. %post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig %postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig - %package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-64bit Summary: The GNU Fortran Compiler Quadmath Runtime Library License: LGPL-2.1-only @@ -1205,7 +1190,6 @@ The runtime library needed to run programs compiled with the %post -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig %postun -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig - %package -n libitm%{libitm_sover}%{libitm_suffix}-32bit Summary: The GNU Compiler Transactional Memory Runtime Library License: MIT @@ -1222,7 +1206,6 @@ The runtime library needed to run programs compiled with the %post -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig %postun -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig - %package -n libitm%{libitm_sover}%{libitm_suffix}-64bit Summary: The GNU Compiler Transactional Memory Runtime Library License: MIT @@ -1256,7 +1239,6 @@ The runtime library needed to run programs compiled with the %post -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig %postun -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig - %package -n libasan%{libasan_sover}%{libasan_suffix}-32bit Summary: The GNU Compiler Address Sanitizer Runtime Library License: MIT @@ -1273,7 +1255,6 @@ The runtime library needed to run programs compiled with the %post -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig %postun -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig - %package -n libasan%{libasan_sover}%{libasan_suffix}-64bit Summary: The GNU Compiler Address Sanitizer Runtime Library License: MIT @@ -1307,7 +1288,6 @@ The runtime library needed to run programs compiled with the %post -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig %postun -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig - %package -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit Summary: The GNU Compiler Thread Sanitizer Runtime Library License: MIT @@ -1324,7 +1304,6 @@ The runtime library needed to run programs compiled with the %post -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig %postun -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig - %package -n libtsan%{libtsan_sover}%{libtsan_suffix}-64bit Summary: The GNU Compiler Thread Sanitizer Runtime Library License: MIT @@ -1358,7 +1337,6 @@ The runtime library needed to run programs compiled with the %post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig %postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig - %package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library License: MIT @@ -1375,7 +1353,6 @@ The runtime library needed to run programs compiled with the %post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig %postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig - %package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-64bit Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library License: MIT @@ -1408,7 +1385,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC). %post -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig %postun -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig - %package -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit Summary: The GNU Compiler Atomic Operations Runtime Library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -1424,7 +1400,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC). %post -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig %postun -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig - %package -n libatomic%{libatomic_sover}%{libatomic_suffix}-64bit Summary: The GNU Compiler Atomic Operations Runtime Library License: GPL-3.0-or-later WITH GCC-exception-3.1 @@ -1457,7 +1432,6 @@ The runtime library needed to run programs compiled with the %post -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig %postun -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig - %package -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit Summary: The GNU Compiler Leak Sanitizer Runtime Library License: MIT @@ -1474,7 +1448,6 @@ The runtime library needed to run programs compiled with the %post -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig %postun -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig - %package -n liblsan%{liblsan_sover}%{liblsan_suffix}-64bit Summary: The GNU Compiler Leak Sanitizer Runtime Library License: MIT @@ -1508,7 +1481,6 @@ The runtime library needed to run programs compiled with the %post -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig %postun -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig - %package -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit Summary: The GNU Compiler Undefined Sanitizer Runtime Library License: MIT @@ -1525,7 +1497,6 @@ The runtime library needed to run programs compiled with the %post -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig %postun -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig - %package -n libubsan%{libubsan_sover}%{libubsan_suffix}-64bit Summary: The GNU Compiler Undefined Sanitizer Runtime Library License: MIT @@ -1559,7 +1530,6 @@ The runtime library needed to run programs compiled with the %post -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig %postun -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig - %package -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit Summary: The GNU Compiler Vtable Verifier Runtime Library License: MIT @@ -1576,7 +1546,6 @@ The runtime library needed to run programs compiled with the %post -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig %postun -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig - %package -n libvtv%{libvtv_sover}%{libvtv_suffix}-64bit Summary: The GNU Compiler Vtable Verifier Runtime Library License: MIT @@ -1616,7 +1585,6 @@ Requires: libgo%{libgo_sover} >= %{version}-%{release} %description go This package contains a Go compiler and associated development files based on the GNU GCC technology. - %package go-32bit Summary: GNU Go Compiler License: GPL-3.0-or-later @@ -1628,7 +1596,6 @@ Requires: libgo%{libgo_sover}-32bit >= %{version}-%{release} %description go-32bit This package contains a Go compiler and associated development files based on the GNU GCC technology. - %package go-64bit Summary: GNU Go Compiler License: GPL-3.0-or-later @@ -1656,7 +1623,6 @@ Runtime library for the GNU Go language. %post -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig %postun -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig - %package -n libgo%{libgo_sover}%{libgo_suffix}-32bit Summary: GNU Go compiler runtime library License: BSD-3-Clause @@ -1672,7 +1638,6 @@ Runtime library for the GNU Go language. %post -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig %postun -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig - %package -n libgo%{libgo_sover}%{libgo_suffix}-64bit Summary: GNU Go compiler runtime library License: BSD-3-Clause @@ -1701,7 +1666,6 @@ Requires: libgphobos%{libgphobos_sover} >= %{version}-%{release} %description d This package contains a D compiler and associated development files based on the GNU GCC technology. - %package d-32bit Summary: GNU D Compiler License: GPL-3.0-or-later @@ -1714,7 +1678,6 @@ Requires: libgphobos%{libgphobos_sover}-32bit >= %{version}-%{release} %description d-32bit This package contains a D compiler and associated development files based on the GNU GCC technology. - %package d-64bit Summary: GNU D Compiler License: GPL-3.0-or-later @@ -1743,7 +1706,6 @@ Runtime library for the GNU D language. %post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig %postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig - %package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1759,7 +1721,6 @@ Runtime library for the GNU D language. %post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig %postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig - %package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-64bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1791,7 +1752,6 @@ Runtime library for the GNU D language. %post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig %postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig - %package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1807,7 +1767,6 @@ Runtime library for the GNU D language. %post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig %postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig - %package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-64bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -2628,7 +2587,7 @@ for l in `find %{buildroot} -name '*.la'`; do mv $l.new $l done -%if 0%{?run_tests:1} +%if 0%{?run_tests:1} cp `find . -name "*.sum"` ../testresults/ cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/ chmod 644 ../testresults/* @@ -2682,7 +2641,7 @@ mv %{buildroot}/%{_infodir}/libgomp.info %{buildroot}/%{_infodir}/libgomp%{binsu %ifarch %itm_arch mv %{buildroot}/%{_infodir}/libitm.info %{buildroot}/%{_infodir}/libitm%{binsuffix}.info %endif -%if %{build_fortran} +%if %{build_fortran} %ifarch %quadmath_arch mv %{buildroot}/%{_infodir}/libquadmath.info %{buildroot}/%{_infodir}/libquadmath%{binsuffix}.info %endif @@ -2709,7 +2668,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc11-locale.lang %ifarch %itm_arch %install_info --info-dir=%{_infodir} %{_infodir}/libitm%{binsuffix}.info.gz %endif -%if %{build_fortran} +%if %{build_fortran} %install_info --info-dir=%{_infodir} %{_infodir}/gfortran%{binsuffix}.info.gz %ifarch %quadmath_arch %install_info --info-dir=%{_infodir} %{_infodir}/libquadmath%{binsuffix}.info.gz @@ -2934,6 +2893,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc11-locale.lang %{libsubdir}/include/uintrintrin.h %{libsubdir}/include/keylockerintrin.h %{libsubdir}/include/avxvnniintrin.h +%{libsubdir}/include/mwaitintrin.h %endif %ifarch m68k %{libsubdir}/include/math-68881.h