commit | 7fc4d77808a1009c8cfe17e361db388507c8d2c7 | [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 | 781cb31439f9b02e2f0befc4bee651ff5f945cf7 [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>