./configure コマンド
./configure [--host=TRIPLET] [--build=TRIPLET]
Autotoolsの構成スクリプト。--hostにターゲットのトリプレットを渡すとクロス用にMakefileを生成する。
使用例
./configure --host=arm-linux-gnueabihfArm向けにビルド構成./configure --host=aarch64-linux-gnu --prefix=/opt/app64bit Arm向け、導入先を指定