Replace libstdc++ and libgcc with armv7 variants

Change-Id: I3bfe5dc2bb162e57d28828b0b502425d97e75033
This commit is contained in:
Alexander Cieslewicz
2025-10-22 10:00:19 +02:00
committed by ciciplusplus
parent 069621dbaf
commit 09551835d8
3 changed files with 44 additions and 44 deletions

View File

@@ -6,13 +6,13 @@ These are impractical to reimplement, but they are Free Software.
* Alias: `libstdc++.6.dylib`
* License: GNU GPL v2 or later (see `COPYING.libstdc++`)
* Binary origin: `/usr/lib/` of iPhone OS 3.0.1 for the iPhone 3G, build 7A400
* Binary origin: `/usr/lib/` of iPhone OS 3.0.1 for the iPhone 3GS, build 7A400
* Source code: <https://github.com/apple-oss-distributions/libstdcxx/tree/libstdcxx-37.11>
## `libgcc_s.1.dylib`
* License: GNU GPLv2 or later (see `COPYING.libgcc`)
* Binary origin: `/usr/lib/` of iPhone OS 3.0.1 for the iPhone 3G, build 7A400
* Binary origin: `/usr/lib/` of iPhone OS 3.0.1 for the iPhone 3GS, build 7A400
* Source code: <https://github.com/apple-oss-distributions/gcc/tree/gcc-5572.10.2>
## `libz.1.2.3.dylib`

Binary file not shown.