| |||
| Home > The ARM C and C++ libraries > Increasing portability of object files to other CLIBABI implementations | |||
You can request full CLIBABI portability to increase the portability of your object files to other implementations of the CLIBABI. To do this, either:
specify #define
_AEABI_PORTABILITY_LEVEL 1 before you #include any
library headers, such as <stdlib.h>
specify -D_AEABI_PORTABILITY_LEVEL=1 on
the compiler command line.
This reduces the performance of some library operations.
Compiler Reference: