Skip to content
Snippets Groups Projects

Draft: pmb: gcc: add libstdc++ subpackage

Closed Imported Administrator requested to merge pabloyoyoista/gcc-fix into master
1 unresolved thread
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -48,6 +48,7 @@ def generate(args, pkgname):
# Latest gcc only, not gcc4 and gcc6
if prefix == "gcc":
fields["subpackages"] = f"g++-{arch}:gpp" \
f" libstdc++-{arch}:libcxx" \
f" libstdc++-dev-{arch}:libcxx_dev"
below_header = "CTARGET_ARCH=" + arch + """
Loading