18

Silicon で動作するように macOS 11 (Intel) で C プロジェクトをコンパイルするにはどうすればよいですか?

現在のビルド スクリプトは次のように単純です。

./configure
make
sudo make install

私は運の有無にかかわらずフラグ--host--targetフラグをaarch64-apple-darwin使用してみました。arm-apple-darwin

バイナリのデフォルトは常に次のx86_64とおりです。

> file foobar.so
foobar.so: Mach-O 64-bit bundle x86_64

更新:を指定 すると、cc と gcc が見つからないよう--hostです。

checking for arm-apple-darwin-cc... no
checking for arm-apple-darwin-gcc... no
4

3 に答える 3