commit | 7275ac2af86277e2442ef4b0fee6c35cbe830056 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Tue Jan 23 16:00:19 2024 -0600 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Fri Feb 02 08:10:12 2024 -0600 |
tree | 81c73484a0ed7fec7c5d7af953463f5af0452cf7 | |
parent | 2a71f1633c7cc84c90c3c343b09153201ee6ebaa [diff] |
fix(build): march handling with arch-features Currently all march compiler option handling is moved to build utility in march.mk. We pass arch-features to build which appends to march options, so this should be done once we decide march options and moving it to march.mk file. Change-Id: Ifaf99af5f371fd28db376a12657ccf4f363295c2 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>