Skip to content
Snippets Groups Projects

Draft: pmb: gcc: add libstdc++ subpackage

Closed Imported Administrator requested to merge pabloyoyoista/gcc-fix into master
  1. Mar 12, 2024
    • Pablo Correa Gomez's avatar
      pmb: gcc: add libstdc++ subpackage (MR 2277) · 177196bf
      Pablo Correa Gomez authored and Oliver Smith's avatar Oliver Smith committed
      This aims to solve this issue
      https://gitlab.com/postmarketOS/pmaports/-/jobs/6377953514#L497
      Interpretation:
      
      - Our gcc-aarch64 is outdated
      - Our g++-aarch64 depends on libstdc++ with its same pkgver
      - We don't create a subpackage for libstdc++, so what should be
        libstdc++-aarch64 lives in gcc-aarch
      - gcc-aarch cannot resolve to itself, so resolves to the libstdc++
        provided by alpine
      - The solver goes nuts
      
      This warranties that cross-compilers keep working, even when out-of-sync
      with alpine. I really don't know why this wasn't added in so many years,
      so I hope there's no hidden trick
      Unverified
      177196bf
Loading