diff --git a/_multibuild b/_multibuild index aba119a..d6e45ca 100644 --- a/_multibuild +++ b/_multibuild @@ -1,29 +1,29 @@ - cross-aarch64-gcc11-bootstrap - cross-aarch64-gcc11 - cross-amdgcn-gcc11 - cross-arm-gcc11 - cross-arm-none-gcc11-bootstrap - cross-arm-none-gcc11 - cross-avr-gcc11-bootstrap - cross-avr-gcc11 - cross-epiphany-gcc11-bootstrap - cross-epiphany-gcc11 - cross-hppa-gcc11 - cross-m68k-gcc11 - cross-mips-gcc11 - cross-nvptx-gcc11 - cross-ppc64-gcc11 - cross-ppc64le-gcc11 - cross-riscv64-elf-gcc11-bootstrap - cross-riscv64-elf-gcc11 - cross-riscv64-gcc11-bootstrap - cross-riscv64-gcc11 - cross-rx-gcc11-bootstrap - cross-rx-gcc11 - cross-s390x-gcc11 - cross-sparc-gcc11 - cross-sparc64-gcc11 - cross-x86_64-gcc11 - gcc11-testresults +gcc11-testresults +cross-aarch64-gcc11-bootstrap +cross-aarch64-gcc11 +cross-riscv64-gcc11-bootstrap +cross-riscv64-gcc11 +cross-arm-gcc11 +cross-avr-gcc11-bootstrap +cross-avr-gcc11 +cross-x86_64-gcc11 +cross-s390x-gcc11 +cross-sparc-gcc11 +cross-sparc64-gcc11 +cross-ppc64-gcc11 +cross-ppc64le-gcc11 +cross-m68k-gcc11 +cross-mips-gcc11 +cross-hppa-gcc11 +cross-arm-none-gcc11-bootstrap +cross-arm-none-gcc11 +cross-epiphany-gcc11-bootstrap +cross-epiphany-gcc11 +cross-riscv64-elf-gcc11-bootstrap +cross-riscv64-elf-gcc11 +cross-rx-gcc11-bootstrap +cross-rx-gcc11 +cross-nvptx-gcc11 +cross-amdgcn-gcc11 diff --git a/change_spec b/change_spec index 9f61f15..7c0ba71 100644 --- a/change_spec +++ b/change_spec @@ -55,10 +55,9 @@ 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 ''gcc$base_ver-testresults'' >> _multibuild add_cross() { local pkgname="$1"; shift @@ -77,7 +76,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() { @@ -127,4 +127,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-gcc11-bootstrap.changes b/cross-aarch64-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-aarch64-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-aarch64-gcc11.changes b/cross-aarch64-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-aarch64-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-amdgcn-gcc11.changes b/cross-amdgcn-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-amdgcn-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-arm-gcc11.changes b/cross-arm-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-arm-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-arm-none-gcc11-bootstrap.changes b/cross-arm-none-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-arm-none-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-arm-none-gcc11.changes b/cross-arm-none-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-arm-none-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-avr-gcc11-bootstrap.changes b/cross-avr-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-avr-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-avr-gcc11.changes b/cross-avr-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-avr-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-epiphany-gcc11-bootstrap.changes b/cross-epiphany-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-epiphany-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-epiphany-gcc11.changes b/cross-epiphany-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-epiphany-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-hppa-gcc11.changes b/cross-hppa-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-hppa-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-m68k-gcc11.changes b/cross-m68k-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-m68k-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-mips-gcc11.changes b/cross-mips-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-mips-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-nvptx-gcc11.changes b/cross-nvptx-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-nvptx-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-ppc64-gcc11.changes b/cross-ppc64-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-ppc64-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-ppc64le-gcc11.changes b/cross-ppc64le-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-ppc64le-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-riscv64-elf-gcc11-bootstrap.changes b/cross-riscv64-elf-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-riscv64-elf-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-riscv64-elf-gcc11.changes b/cross-riscv64-elf-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-riscv64-elf-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-riscv64-gcc11-bootstrap.changes b/cross-riscv64-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-riscv64-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-riscv64-gcc11.changes b/cross-riscv64-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-riscv64-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-rx-gcc11-bootstrap.changes b/cross-rx-gcc11-bootstrap.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-rx-gcc11-bootstrap.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-rx-gcc11.changes b/cross-rx-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-rx-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-s390x-gcc11.changes b/cross-s390x-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-s390x-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-sparc-gcc11.changes b/cross-sparc-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-sparc-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-sparc64-gcc11.changes b/cross-sparc64-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-sparc64-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/cross-x86_64-gcc11.changes b/cross-x86_64-gcc11.changes deleted file mode 100644 index 3fdb066..0000000 --- a/cross-x86_64-gcc11.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/gcc11-testresults.changes b/gcc11-testresults.changes deleted file mode 100644 index 3fdb066..0000000 --- a/gcc11-testresults.changes +++ /dev/null @@ -1,316 +0,0 @@ -------------------------------------------------------------------- -Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger - -- Add _multibuild to define 2nd spec file as additional flavor. - Eliminates the need for source package links in OBS. - -------------------------------------------------------------------- -Tue Dec 27 10:41:18 UTC 2022 - Ludwig Nussel - -- Don't rely on %usrmerged, set it based on standard %suse_version - -------------------------------------------------------------------- -Mon Oct 24 08:56:14 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (bd0c76a2329e7fe6d6612c225), git2076 - * includes fix for -Wmismatched-tags ICE [bsc#1204599] - -------------------------------------------------------------------- -Wed Aug 31 14:21:03 UTC 2022 - Richard Biener - -- Remove fixed sys/mount.h - -------------------------------------------------------------------- -Mon Aug 8 18:29:27 UTC 2022 - Martin Liška - -- Remove workaround for obs-service-format_spec_file. - -------------------------------------------------------------------- -Thu Jul 21 13:44:44 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (a55184ada8e2887ca94c0ab070, git1902 - * includes build fixes when building against glibc 2.33. - -------------------------------------------------------------------- -Thu Apr 21 08:22:12 UTC 2022 - Richard Biener - -- Update to the GCC 11.3.0 release. - * includes SLS hardening backport on x86_64. [bsc#1195283] - -------------------------------------------------------------------- -Wed Apr 20 07:01:09 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635 - * includes gcc11-pr104931.patch - * includes fix for Firefox ICE [gcc#105256] - -------------------------------------------------------------------- -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. - -------------------------------------------------------------------- -Wed Mar 16 15:10:15 UTC 2022 - Richard Biener - -- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406 - * includes change to adjust gnats idea of the target, fixing - the build of gprbuild. [bsc#1196861] -- Add gcc11-pr104931.patch to fix miscompile of embedded premake - in 0ad on i586. [bsc#1197065] - -------------------------------------------------------------------- -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 - -------------------------------------------------------------------- -Wed Mar 2 09:14:45 UTC 2022 - Richard Biener - -- Add a list of Obsoletes to libstdc++6-pp-gcc11 so updates from - packages provided by older GCC work. Add a requires from that - package to the corresponding libstc++6 package to keep those - at the same version. [bsc#1196107] - -------------------------------------------------------------------- -Thu Feb 10 12:31:01 UTC 2022 - Richard Biener - -- Add gcc11-PIE, similar to gcc-PIE but affecting gcc11 [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 Jan 18 10:30:23 UTC 2022 - Andreas Schwab - -- Remove sys/rseq.h from include-fixed - -------------------------------------------------------------------- -Wed Dec 15 10:39:51 UTC 2021 - Martin Liška - -- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173 - * Fix D memory corruption in -M output. - * Fix ICE in is_this_parameter with coroutines. [boo#1193659] - -------------------------------------------------------------------- -Fri Nov 26 15:01:01 UTC 2021 - Michael Matz - -- Enable the cross compilers also on i586 -- Enable some cross compilers also in rings -- Remove cross compilers for i386 target - -------------------------------------------------------------------- -Wed Nov 24 10:41:45 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7510c23c1ec53aa4a62705f03), git1018 - * fixes issue with debug dumping together with -o /dev/null - * fixes libgccjit issue showing up in emacs build [boo#1192951] -- 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 - -- Enable the full cross compiler, cross-aarch64-gcc11 and - cross-riscv64-gcc11 now provide a fully hosted C (and C++) - cross compiler, not just a freestanding one. I.e. with a cross - glibc. They don't yet support the sanitizer libraries. - Part of [jsc#OBS-124]. - -------------------------------------------------------------------- -Wed Aug 18 15:07:05 UTC 2021 - Andreas Schwab - -- Require libgccjit%{libgccjit_sover}%{libgccjit_suffix} from - libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}. - -------------------------------------------------------------------- -Mon Aug 16 06:34:40 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (056e324ce46a7924b5cf10f610), git610 - * Includes GCC 11.2 release - * Includes fix for opie build with glibc 2.34 [boo#1188623] - -------------------------------------------------------------------- -Wed Jul 21 09:08:04 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (076930b9690ac3564638636f6b), git536 - * Includes GCC 11.2 RC1. -- Refresh gcc10-foffload-default.patch - -------------------------------------------------------------------- -Wed Jul 21 09:06:11 UTC 2021 - Richard Biener - -- Properly adjust GPL-3.0 WITH GCC-exception-3.1 to - GPL-3.0-or-later WITH GCC-exception-3.1 - -------------------------------------------------------------------- -Mon Jul 19 14:49:07 UTC 2021 - Andreas Schwab - -- Remove bits/unistd_ext.h from include-fixed - -------------------------------------------------------------------- -Fri Jul 9 07:34:24 UTC 2021 - Richard Biener - -- Add BuildRequires on netcfg for the testsuite when testing Go. - -------------------------------------------------------------------- -Tue Jul 6 15:51:37 UTC 2021 - Michael Matz - -- Provide a libc-bootstrap cross compiler for aarch64 and riscv64 -- More preparation for a full glibc cross compiler (not yet active) - -------------------------------------------------------------------- -Fri Jun 25 11:23:02 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (62bbb113ae68a7e724255e1714), git400 - * Fixes issue with legacy Fortran code. [gcc#101123, boo#1187273] - -------------------------------------------------------------------- -Thu Jun 17 06:28:18 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (79c1185de4a05fdea13b6b0207), git340 - * Fixes ceph build failure. [gcc#101078] - -------------------------------------------------------------------- -Tue Jun 15 09:16:11 UTC 2021 - Richard Biener - -- Change disable_32bit to only disable multilibs for arhcs subject - to 32bit/64bit handling and make it effective on x86_64. -- Remove the duplicate spec header from cross.spec.in - -------------------------------------------------------------------- -Thu Jun 10 10:03:37 UTC 2021 - Richard Biener - -- Add newlib-4.1.0-aligned_alloc.patch to fix nvptx cross build - fail. [bsc#1187153] - -------------------------------------------------------------------- -Wed Jun 9 08:50:44 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (c6d2487098f9dde4f9ac59e5be), git273 - -------------------------------------------------------------------- -Tue Jun 8 08:22:22 UTC 2021 - Dirk Müller - -- tune armv7 to generic-armv7-a -- enable build for arm-none cross builders in rings, - needed by arm-trusted-firmware - -------------------------------------------------------------------- -Tue May 25 19:21:01 UTC 2021 - Andreas Schwab - -- Fix value of %slibdir64 for usrmerge - -------------------------------------------------------------------- -Mon May 10 12:08:19 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (23855a176609fe8dda6abaf2b2), git121 -- Disable build-id generation on non-glibc targeting cross compilers. - -------------------------------------------------------------------- -Thu Apr 29 08:39:32 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (cd0a059bd384da58d43674496a7), git67 - * Includes GCC 11.1 release -- Drop upstreamed gcc11-no-offload.patch. - -------------------------------------------------------------------- -Wed Apr 21 12:31:23 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31 - * Includes GCC 11.1 RC2 -- Add gcc11-no-offload.patch and - gcc11-amdgcn-disable-hot-cold-partitioning.patch. -- Enable gfortran for offload compilers. -- BuildRequire procps from gcc11-testresults if we test go. -- Force using llvm11 for amdgcn offloading since llvm12 doesn't - yet work. Package expanded symlinks so concurrent installs do - not pull in another llvm-mc. -- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation - in SLES15 and older. - -------------------------------------------------------------------- -Tue Apr 20 14:57:07 UTC 2021 - Richard Biener - -- Update to gcc-11 branch head (27350b77a92062667427100afb4), git10 - * Includes GCC 11.1 RC1 - -------------------------------------------------------------------- -Fri Apr 16 19:54:03 UTC 2021 - Martin Liška - -- Bump to 49813aad3292f7f2bef69206274da78a9a7116ed. - -------------------------------------------------------------------- -Thu Apr 15 11:22:19 UTC 2021 - Richard Biener - -- Disable nvptx offloading on aarch64 since it doesn't work. - -------------------------------------------------------------------- -Wed Apr 14 19:51:08 UTC 2021 - Martin Liška - -- Bump to a87d3f964df31d4fbceb822c6d293e85c117d992. - -------------------------------------------------------------------- -Fri Apr 9 12:25:39 UTC 2021 - Richard Biener - -- Remove gcc48-remove-mpfr-2.4.0-requirement.patch which does no - longer apply. -- Arrange for a C++ 11 capable host compiler to be available. -- Do not require ISL for cross compiler builds on old distros. - -------------------------------------------------------------------- -Thu Apr 8 19:52:03 UTC 2021 - Martin Liška - -- Bump to 123b3e03c911a43054c1f88f5d3110e1d084dd4e. - -------------------------------------------------------------------- -Mon Mar 8 14:10:15 UTC 2021 - Richard Biener - -- Update embedded newlib version from 3.3.0 to 4.1.0. - -------------------------------------------------------------------- -Mon Feb 22 10:44:40 UTC 2021 - Martin Liška - -- Pack %{GCCDIST}-gcc%{binsuffix}. -- Add a new dependency for libgccjit. - -------------------------------------------------------------------- -Fri Feb 5 08:40:22 UTC 2021 - Martin Liška - -- New package, inherits from gcc10 - * 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 - * gcc10-foffload-default.patch -- libgccjit subpackage is added. -- HWASAN is built for aarch64 target. diff --git a/gcc11.changes b/gcc11.changes index 3fdb066..108925a 100644 --- a/gcc11.changes +++ b/gcc11.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 9 13:24:23 UTC 2023 - Richard Biener + +- Backport _multibuild auto-generation. Remove redundant + .changes files. + ------------------------------------------------------------------- Fri May 5 15:04:54 UTC 2023 - Dominique Leuenberger