Target Triple - CI/CD用語集の定義
ターゲットトリプルは、アーキテクチャ、ベンダー、オペレーティングシステム、ABI をエンコードしたコンパイラの識別子(例えば aarch64-apple-darwin)で、クロスコンパイルを行う toolchain に何を出力すべきかを正確に伝えます。
関連ガイド
Cross-Compilation - CI/CD Glossary DefinitionCross-compilation builds a binary on one platform to run on another - like compiling ARM64 binaries on an x86…
ABI Compatibility - CI/CD Glossary DefinitionABI compatibility means compiled binaries agree on calling conventions and layouts, so a library can be swapp…
Dynamic Linking - CI/CD Glossary DefinitionDynamic linking resolves library references at load or run time from shared libraries on the system, keeping…