arm-trusted-firmware/docs
Harry Liebel 0af6d64df3 Do not let GCC use built-in functions
In order to reduce the software dependency on the compiler, the project
is now compiled with the '-ffreestanding' flag. This is to prevent GCC
from replacing functions with more optimised versions. An example is
where GCC replaces a simple printf() with a puts().

Change-Id: I1973fe6957cd708e8432a0039af9d50e037bd884
2014-01-17 10:27:52 +00:00
..
change-log.md Do not let GCC use built-in functions 2014-01-17 10:27:52 +00:00
porting-guide.md Local C library documentation updates 2013-12-20 15:52:16 +00:00
user-guide.md psci: update docs with status of cpu_suspend api 2013-12-05 12:28:50 +00:00