Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mcount.pl

From: Steven Rostedt
Date: Sat Aug 07 2010 - 09:19:00 EST


Sorry for top post. Sent from phone.

Argh! We had this discussion before. I must be getting old.

Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

-- Steve


"Rabin Vincent" <rabin@xxxxxx> wrote:

>On Sat, Aug 7, 2010 at 1:53 AM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>>> > Â Â "$(if $(CONFIG_CPU_BIG_ENDIAN),big,little)" \
>>> > Â Â "$(if $(CONFIG_64BIT),64,32)" \
>>> > - Â "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" "$(MV)" \
>>> > + Â "$(OBJDUMP)" "$(OBJCOPY)" "$(CC) $(KBUILD_CFLAGS)" \
>>> > + Â "$(LD)" "$(NM)" "$(RM)" "$(MV)" \
>>
>> Hmm, this changes the number of parameters passed to the
>> recordmcount.pl. shouldn't this be part of the change to
>> recordmcount.pl? Otherwise, we can break a bisect.
>
>No, this doesn't change the number of parameters. KBUILD_CFLAGS
>is included inside the CC argument.
>
>Rabin

--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/