commit | c66b9f371a904582c35485b0ff2a75703e9e19e8 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Mon Jan 15 18:45:07 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Thu Jan 18 13:58:03 2024 +0000 |
tree | 749c1d8f3dace49b5d311deec67c7e45f68cb52c | |
parent | c7ea347c1dc387fd7fc1585991417e1e7e72906f [diff] |
build: always use the C compiler to assemble The ROM library is the only component in the repository that compiles assembly files using the assembler directly. This change migrates it to the C compiler instead, like the rest of the project. Change-Id: I6c50660eeb9be2ca8dcb0e626c37c197466b0fa1 Signed-off-by: Chris Kay <chris.kay@arm.com>