Setup for a Particular ABI:
export BUILD="[From Chart]"
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 6.1. List of Build Variables
| ABI | BUILD=Value |
|---|---|
| 32-Bit MIPS | -mabi=32 |
| 32-Bit All Others | -m32 |
| N32 MIPS | -mabi=n32 |
| 64-Bit MIPS | -mabi=64 |
| 64-Bit All Others | -m64 |