[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180710004602.21599-1-labbott@redhat.com>
Date: Mon, 9 Jul 2018 17:45:55 -0700
From: Laura Abbott <labbott@...hat.com>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Josh Poimboeuf <jpoimboe@...hat.com>,
Jiri Olsa <jolsa@...nel.org>
Cc: Laura Abbott <labbott@...hat.com>, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, Robin Jarry <robin.jarry@...nd.com>,
Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org
Subject: [PATCHv2 0/7] HOSTFLAGS and HOSTLDFLAGS from the environment
Hi,
This is v2 of the series to set HOSTCFLAGS and HOSTLDFLAGS from the
environment. The changes are mostly minor fixups requested and also
include documentation of the new options.
Laura Abbott (7):
tools: build: Fixup host c flags
tools: build: Use HOSTLDFLAGS with fixdep
treewide: Rename HOSTCFLAGS -> KBUILD_HOSTCFLAGS
treewide: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS
treewide: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS
treewide: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
Kbuild: Use HOST*FLAGS options from the command line
Documentation/kbuild/kbuild.txt | 16 ++++++++++++++++
Makefile | 17 +++++++++--------
arch/alpha/boot/Makefile | 2 +-
net/bpfilter/Makefile | 4 ++--
samples/bpf/Makefile | 22 +++++++++++-----------
samples/seccomp/Makefile | 6 +++---
scripts/Kbuild.include | 2 +-
scripts/Makefile | 4 ++--
scripts/Makefile.host | 24 ++++++++++++------------
scripts/kconfig/Makefile | 10 +++++-----
tools/build/Build.include | 2 +-
tools/build/Makefile | 2 +-
tools/objtool/Makefile | 4 ++--
tools/perf/pmu-events/Build | 2 +-
14 files changed, 67 insertions(+), 50 deletions(-)
--
2.17.1
Powered by blists - more mailing lists