%general-entities; ]> Build Variables Setting Host and Target During the building of the cross-compile tools you will need to set a few variables that will be dependent on your particular needs. You will need to set the target triplet for the target architecture and CPU endianess. If you do not know what triplet or endianess you want, you can use the table at the bottom of this page as a reference. Set the command using the method listed below: export CLFS_ARCH=arm export CLFS_ENDIAN=[endianess] Processor Type, ABI, and Target Triplets Processor Endian ABI Target Triplet Generic arm little OABI arm-unknown-linux-uclibc Generic arm, version 4 little OABI armv4-unknown-linux-uclibc Generic arm, version 5 little EABI armv5l-unknown-linux-uclibcgnueabi Generic arm, version 5 big EABI armv5b-unknown-linux-uclibcgnueabi Generic arm little EABI arm-unknown-linux-uclibcgnueabi Generic arm, version 7-a little EABI armv7a-unknown-linux-uclibcgnueabi