Re: [PATCH 1/2] Makefile: Export clang toolchain variables

2018-11-04 Thread Masahiro Yamada
Hi Joel, On Mon, Nov 5, 2018 at 9:53 AM Joel Stanley wrote: > > The powerpc makefile will use these in it's boot wrapper. > > Signed-off-by: Joel Stanley > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Makefile b/Makefile > index 9aa352b38815..a2db3c885b38 100644 >

Re: [PATCH 1/2] Makefile: Export clang toolchain variables

2018-11-04 Thread Daniel Axtens
Hi Joel, Thanks! Tested-by: Daniel Axtens # powerpc 64-bit BE Regards, Daniel > The powerpc makefile will use these in it's boot wrapper. > > Signed-off-by: Joel Stanley > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Makefile b/Makefile > index 9aa352b38815..a2d