|
看了看CLFS的embedded,在目标机为arm的文档里看到下面一步:
- 6.3. ABI Variables
- 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
复制代码
请问这个ABI是什么意思呢,为什么跟mips扯上关系? |
|