[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180227214142.4nrt22uita5qrm35@treble>
Date: Tue, 27 Feb 2018 15:41:42 -0600
From: Josh Poimboeuf <jpoimboe@...hat.com>
To: Robin Jarry <robin.jarry@...nd.com>
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Michal Marek <michal.lkml@...kovi.net>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH v2 3/3] objtool: use global host flags for compilation
On Tue, Feb 27, 2018 at 09:55:23PM +0100, Robin Jarry wrote:
> 2018-02-27, Josh Poimboeuf:
> > On Mon, Feb 26, 2018 at 07:41:48PM +0100, Robin Jarry wrote:
> [snip]
> > > ifdef CONFIG_STACK_VALIDATION
> > > has_libelf := $(call try-run,\
> > > - echo "int main() {}" | $(HOSTCC) -xc -o /dev/null -lelf -,1,0)
> > > + echo "int main() {}" | $(HOSTCC) $(HOSTLDFLAGS) -xc -o /dev/null -lelf -,1,0)
> >
> > This should probably also have HOSTCFLAGS, since the objtool makefile
> > uses it as well.
>
> I had intentionally omitted HOSTCFLAGS since the compiled code does not
> contain any #include statements (only -lelf). But adding them cannot
> hurt.
Ah, right. The point of this check is to see if it can find libelf, so
I guess using HOSTCFLAGS wouldn't have a point here. So it's fine the
way it is.
--
Josh
Powered by blists - more mailing lists