commit | 0c57247dee6eae85c4ba41c7022f1e13f69fcc70 | [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 | 7dc5f1b885218f0a44d0e715e056456809c1ab96 [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>