commit | 7416eb2f786d2c2dbad5eb8079eae4325d298742 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Fri Apr 11 14:47:20 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Jul 17 08:32:32 2025 +0100 |
tree | 41c6505e3aade8b6181dbb1556e64326d39ec4c4 | |
parent | 6bb9f053a156ffffe92f67b1b4fa0538ba5def85 [diff] |
refactor(build): pass TF_CFLAGS to the assembler The assembler is already invoked through the gcc/llvm wrapper so will understand the TF_CFLAGS out of the box. TF_CFLAGS are also quite comprehensive. So don't duplicate the definitions and use it directly. This also allows to absorb TF_CFLAGS_$(ARCH) and CPPFLAGS and reduce the number of permutations of flags we pass. Change-Id: I801cea0421dab5a07bf720be9693dce3ef220dcf Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>