]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clang: Don't look for libgcc
authorTom Rini <trini@konsulko.com>
Wed, 5 Apr 2023 23:48:53 +0000 (19:48 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 19:31:27 +0000 (15:31 -0400)
commit4ad6850d2b4ad0de6eedffc781d8152ec736e234
tree476e5d59c2a4a974344ff6fe1d35a1fe2b38ed6a
parentfd0712acce928c7966c172b8014ca8007deb457c
clang: Don't look for libgcc

In the case of using clang to build, and having not already enabled the
private libgcc, do not look for it, as it will not be found nor
required.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile