]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(make): use clang binutils to compile
authororigin <HEAD:refs/for/master%topic=hm/make-refactor>
Wed, 19 Jan 2022 16:30:14 +0000 (16:30 +0000)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 19 Jan 2022 16:30:14 +0000 (16:30 +0000)
commitc8a992fda867f259b04bb4147b91b9dd6482de37
tree1f6b45236dae4334c9cd45329b1ba3c8ced09626
parent06796a08d33363219b3deef357d962170d889e5b
build(make): use clang binutils to compile

Utilise LLVM binutils during compilation of TF-A instead of the default
utilities provided by the host. The Makefile looks in the path provided
for the current toolchain and only checks for them on the host if none
exist in this path. If the utilities don't exist in either place then
the build fails.

Change-Id: I6af2aa09ea3c8743cf3df6600d9760d909d76647
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Makefile