the build machine • --host: the architecture that you want the file to run on • --target: the machine that GCC will produce code for • 在 build 下編好 , 在 host 執行 target 版本 Ex: ./configure --build=i686-pc-linux-gnu --host=arm-linux --target=mips-linux 利用 autotools