]> git.ipfire.org Git - thirdparty/openwrt.git/commit
toolchain: fix libgcc ABI for libc 21265/head
authorGeorge Sapkin <george@sapk.in>
Wed, 24 Dec 2025 02:32:01 +0000 (04:32 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 24 Dec 2025 09:05:52 +0000 (10:05 +0100)
commit5e32bfbf4bbe8fa4517f27d91d5f53177f7b836a
treef6b3cb6124106064f3046962ea8d87cacb70f93f
parent56bc4a0d894f18933c6de2b65a042d4f34f50cd9
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>
package/libs/toolchain/Makefile