commit | cd10c6ee33447beb67cba552cd5d6ef69e9c0a87 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Tue May 30 16:52:15 2023 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Thu Jun 22 16:37:03 2023 -0500 |
tree | 72cc854aee7d07186205b7888b19a711580d18bd | |
parent | 13965e7769b45c8edf709442f674454258189a88 [diff] |
refactor(build): merge march32/64 directives Both march32-directive and march64-directive eventually generate the same march option that will passed to compiler. Merge this two separate directives to a common one as march-directive. Change-Id: I220d2b782eb3b54e13ffd5b6a581d0e6da68756a Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>