openwrt/package
George Sapkin 5e32bfbf4b toolchain: fix libgcc ABI for libc
libc depends on knowing libgcc's ABI, so it needs to be evaluated first.
Otherwise libc will depend on an ABI-less libgcc causing the rest of the
toolchain to fail.

Building package index...
ERROR: unable to select packages:
  libgcc (virtual):
    note: please select one of the 'provided by'
          packages explicitly
    provided by: libgcc1
    required by: world[libgcc]

Before:

libc fused dependencies: libgcc
libgcc fused dependencies:
libatomic fused dependencies: libgcc1

After:

libgcc fused dependencies:
libc fused dependencies: libgcc1
libatomic fused dependencies: libgcc1

Signed-off-by: George Sapkin <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21265
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-12-24 10:05:52 +01:00
..
base-files image: add CONFIG_EXTRA_IMAGE_NAME 2025-12-12 22:06:06 +00:00
boot arm-trusted-firmware-mediatek: use MT/s as DDR speed unit 2025-12-21 19:18:43 +00:00
devel strace: update to 6.18 2025-12-23 18:04:03 +01:00
firmware linux-firmware: intel: bump BE200 wifi firmware 2025-12-17 21:21:21 +01:00
kernel cryptodev-linux: add backport to build for 6.18 2025-12-23 18:06:23 +01:00
libs toolchain: fix libgcc ABI for libc 2025-12-24 10:05:52 +01:00
network comgt-ncm: fix setting ip[46]table and MTU 2025-12-20 15:07:22 +01:00
system apk: bump to 3.0.2 2025-12-12 13:59:39 +01:00
utils packages: nvram: add set_bcm43602_variables quirk for ASUS RT-AC3200 2025-12-18 18:18:48 +00:00
Makefile build: avoid errors during release candidate kernel packaging 2025-12-20 11:06:47 +01:00