Setup for a Particular ABI:
export CLFS_ABI="[From Chart]
"
echo export CLFS_ABI=\""${CLFS_ABI}\"" >> ~/.bashrc
The following table gives the entires for the different ABI's that CLFS Embedded supports. Make sure you select one for your build, this will ensure capatibilty of your build with your target architecture.
Table 4.1. List of Build Variables
ABI | CLFS_ABI=Value | Notes |
---|---|---|
O32 | 32 | For 32 bit CPUs only |
N32 | n32 | For 64 bit CPUs operating in 32 bit mode |
N64 | 64 | For 64 bit CPUs operating in 64 bit mode |