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

Rabin Vincent rabin at rab.in
Sat Aug 7 01:33:06 EDT 2010


On Sat, Aug 7, 2010 at 1:53 AM, Steven Rostedt <rostedt at goodmis.org> 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



More information about the linux-arm-kernel mailing list