SHA256
7
0
forked from pool/gcc15

18 Commits

Author SHA256 Message Date
bce1d6c920 - Fixup conflicts again.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=61
2025-07-17 09:25:22 +00:00
c7260cd0fe - Prune the use of update-alternatives from openSUSE Factory and
SLFO.
- Adjust crosses to conflict consistently where they did not
  already and make them use unsuffixed binaries.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=58
2025-07-09 11:28:44 +00:00
ee0e8509bb - Remove all %gcc_icecream mode cross-compilers and the corresponding
icecream backend subpackages.  Instead use glibc-bootstrap only
  configs for cross-x86_64-gcc (ipxe,ovmf,qemu), cross-ppc64-gcc (qemu)
  and cross-arm-gcc (ovmf).

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=52
2025-06-23 11:06:18 +00:00
766ec46a24 - Revert pruning the set of cross-compilers that conflict with different
versions from the set using update-alternatives.  This causes
  endless headache with file conflicts with older GCC releases.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=50
2025-06-06 12:52:53 +00:00
73f264599c - Exclude shared objects present for link editing in the GCC specific
subdirectory from provides processing via __provides_exclude_from.
  [bsc#1244050][bsc#1243991]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=48
2025-06-04 12:51:34 +00:00
6231639dda - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap
variant conflict with the unversioned cross-*-gcc package.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=47
2025-06-03 12:38:18 +00:00
5e0a001294 - Enable C++ for offload compilers. [bsc#1243794]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=46
2025-05-30 08:17:13 +00:00
a09a02e64a - Update to GCC 15 branch head, 15.1.1+git9739
- Do not build any loongarch64 compiler for distros where we do
  not have cross-binutils.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=45
2025-05-28 09:43:27 +00:00
55f1a8c7c0 - Prune set of cross-compilers that conflict with different
versions from the set using update-alternatives.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=44
2025-05-13 12:37:23 +00:00
d24afa7951 - Update to GCC 15 branch head, 15.0.1+git9575
- Enable gfx9-generic, gfx10-3-generic and gfx11-generic multilibs
  for the AMD GCN offload compiler when llvm is new enough.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=38
2025-04-23 10:36:53 +00:00
37dd8f8661 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=32 2025-04-08 13:40:05 +00:00
57ce73bfad - Disable build of glibc cross to loongarch64 and hppa in SLFO.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=24
2025-03-24 12:05:33 +00:00
7daf836594 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=17 2025-03-14 14:50:50 +00:00
1cee028193 Accepting request 1247258 from home:jsulig:branches:Base:System
- Enable cross compilers on loongarch64

OBS-URL: https://build.opensuse.org/request/show/1247258
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=9
2025-02-25 13:10:30 +00:00
5f53d86716 Accepting request 1244100 from home:jsulig:branches:devel:gcc
- Remove SPU-specific sections
  * SPU target was dropped upstream in GCC 10

OBS-URL: https://build.opensuse.org/request/show/1244100
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=5
2025-02-07 09:34:24 +00:00
2a498236dd - Adjust cross compiler requirements to use %requires_ge
- Fix condition on whether to enable plugins or JIT support to
  not check sle_version which is not defined in SLFO but to check
  is_opensuse instead.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=4
2025-02-06 10:30:43 +00:00
02fe86fa2f - Update to GCC trunk head, 15.0.1+git7330
- For cross compilers require the same or newer binutils, newlib
  or cross-glibc that was used at build time.  [bsc#1232526]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=3
2025-02-03 10:15:23 +00:00
e0a5150463 - New package, inherits from gcc14
- Take patches inherited from GCC 14.
  * 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
  * 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
  * gcc11-gdwarf-4-default.patch, default to -gdwarf-4 on old products

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc15?expand=0&rev=1
2025-01-20 15:02:44 +00:00