最終更新:2022-10-06 (木) 00:56:55 (565d)  

Multilib
Top / Multilib

64ビット環境のLinuxで32ビットアプリケーションの動作・ビルドができるようにする仕組み

概要

  • Multilib is one of the solutions allowing users to run applications built for various application binary interfaces (ABIs) of the same architecture.
  • The most common use of multilib is to run 32-bit applications on amd64.

メモ

  • In gcc, multilibs are defined by setting the variable `MULTILIB_OPTIONS' in the target `Makefile' fragment. Several other `MULTILIB' variables may also be defined there.

Android/Multilib

Ubuntu/パッケージ

参考

関連