Re: [PATCH 3/9] clang: Don't look for libgcc

2023-04-26 Thread Tom Rini
On Wed, Apr 05, 2023 at 07:48:53PM -0400, Tom Rini wrote: > 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 > Reviewed-by: Simon Glass Applied to u-boot/master, tha

Re: [PATCH 3/9] clang: Don't look for libgcc

2023-04-06 Thread Simon Glass
On Thu, 6 Apr 2023 at 11:50, Tom Rini wrote: > > 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 > --- > Makefile | 2 ++ > 1 file changed, 2 insertions(+) > Reviewe

[PATCH 3/9] clang: Don't look for libgcc

2023-04-05 Thread Tom Rini
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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 97a84ae3131e..b5063446ff85 100644