[PATCH v2 3/5] kbuild: call cc-option with the current set of KBUILD_CFLAGS

Nicholas Piggin npiggin at gmail.com
Thu May 10 16:09:37 AEST 2018


On Thu, 10 May 2018 14:29:49 +0900
Masahiro Yamada <yamada.masahiro at socionext.com> wrote:

> 2018-05-10 14:16 GMT+09:00 Nicholas Piggin <npiggin at gmail.com>:
> > In some cases, the options that gcc will accept depend on options it
> > has already been given. For example -m32 / -m64 and -mbig-endian /
> > -mlittle-endian can have this affect.  
> 
> Is cc-option not working for you?

I thought it wasn't, but now I try again and it does work, sorry for
the noise. The bug must have been something in my previous series.
This series seems to work just as well after I remove this patch.

Thanks,
Nick


More information about the Linuxppc-dev mailing list