Message ID | 20250328183858.1417835-1-bmasney@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | tools/bootconfig: allow overriding CFLAGS and LDFLAGS | expand |
On Fri, 28 Mar 2025 14:38:56 -0400 Brian Masney <bmasney@redhat.com> wrote: > Allow the user to override the CFLAGS and LDFLAGS similar to what's > currently done on other kernel tools. These changes allows bootconfig to > be compiled with the hardened compiler and linker flags. > > Brian Masney (2): > tools/bootconfig: allow overriding CFLAGS assignment > tools/bootconfig: specify LDFLAGS as an argument to CC > Both looks good to me. Let me pick those up. Thanks! > tools/bootconfig/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > -- > 2.47.0 >
Hi Masami, On Mon, Mar 31, 2025 at 8:23 AM Masami Hiramatsu <mhiramat@kernel.org> wrote: > On Fri, 28 Mar 2025 14:38:56 -0400 > Brian Masney <bmasney@redhat.com> wrote: > > > Allow the user to override the CFLAGS and LDFLAGS similar to what's > > currently done on other kernel tools. These changes allows bootconfig to > > be compiled with the hardened compiler and linker flags. > > > > Brian Masney (2): > > tools/bootconfig: allow overriding CFLAGS assignment > > tools/bootconfig: specify LDFLAGS as an argument to CC > > > > Both looks good to me. Let me pick those up. Should these show up in linux-next by now? I see them in your tree at: https://web.git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git/log/?h=bootconfig/tools But not in the for-next branch. Thanks, Brian