commit | 6a6f48338312f1b8e5637fa85d7942e6bb9d8bab | [log] [tgz] |
---|---|---|
author | Joel Hutton <Joel.Hutton@Arm.com> | Mon Apr 08 15:46:36 2019 +0100 |
committer | Joel Hutton <Joel.Hutton@arm.com> | Fri Apr 12 15:43:03 2019 +0100 |
tree | 758dea2b85bfd8e97a5d86f65b73a81a7f93d15e | |
parent | 8790f025e12065ccccfe4d19fdcc672c80aa784b [diff] |
Makefile: Enable strict align arch minor version Add -mstrict-align flag, and -march minor version. These are needed to prevent compilers generating unaligned accesses and enable architectural features respectively. Enable the SCTLR.A and SCTLR.SA alignment checks in all images. TF test has several cases of code which enable the alignment checks. Change-Id: I9a0413786caf94d0abf376aa1b4fb54fc7f2f355 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>