Non-Confidential | ![]() | ARM 100073_0608_00_en | ||
| ||||
Home > The ARM C and C++ Libraries > C and C++ runtime 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.
This reduces the performance of some library operations.
There are a number of methods you can use to request full CLIBABI portability.
#define
_AEABI_PORTABILITY_LEVEL 1
before you #include
any
library headers, such as <stdlib.h>
.-D_AEABI_PORTABILITY_LEVEL=1
on
the compiler command line.