[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180528182718.7mdr66wp4xmg55lo@ltop.local>
Date: Mon, 28 May 2018 20:27:19 +0200
From: Luc Van Oostenryck <luc.vanoostenryck@...il.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Jonas Bonn <jonas@...thpole.se>,
Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>,
Stafford Horne <shorne@...il.com>,
"James E . J . Bottomley" <jejb@...isc-linux.org>,
Helge Deller <deller@....de>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Michal Marek <michal.lkml@...kovi.net>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
openrisc@...ts.librecores.org, linux-parisc@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: Re: [PATCH] kbuild: add endianness flag to CHEKCFLAGS
On Mon, May 28, 2018 at 10:31:58AM -0700, Randy Dunlap wrote:
> On 05/28/2018 10:00 AM, Luc Van Oostenryck wrote:
> > +# insure the checker run with the right endianness
> > +CHECKFLAGS += $(if $(CONFIG_CPU_BIG_ENDIAN),-mbig,-mlittle)
>
> Does this need to be -mbig-endian,-mlittle-endian)
Of course it does. *sigh*
Thanks for noticing that. Correct patch is on the fly.
-- Luc
Powered by blists - more mailing lists