Re: [PATCH 03/12] s390: purgatory: pass --target option to clang

From: Nick Desaulniers
Date: Tue Apr 09 2019 - 14:12:12 EST


On Tue, Apr 9, 2019 at 9:30 AM Nathan Chancellor
<natechancellor@xxxxxxxxx> wrote:
> It did just occur to me that we added the --target and --gcc-toolchain
> flags to a clang specific variable, CLANG_FLAGS, that has already been
> used by powerpc in commit 813af51f5d30 ("powerpc/boot: Set target when
> cross-compiling for clang"). I assume that could be used here?

I think reusing CLANG_FLAGS is a better approach.

--
Thanks,
~Nick Desaulniers