Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121038
b: refs/heads/master
c: b3acf29
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Oct 30, 2008
1 parent 3a0718b commit 6ab8d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1e302d8a9ab06ba8d7d5ec503d8996e6cf0eca4
refs/heads/master: b3acf29afda06c76774dc6df6246c37ae707836b
12 changes: 3 additions & 9 deletions trunk/scripts/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,10 @@ cmd_modversions = \
fi;
endif

ifdef CONFIG_64BIT
arch_bits = 64
else
arch_bits = 32
endif

ifdef CONFIG_FTRACE_MCOUNT_RECORD
cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl \
"$(ARCH)" "$(arch_bits)" "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" \
"$(NM)" "$(RM)" "$(MV)" "$(@)";
cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
"$(if $(CONFIG_64BIT),64,32)" \
"$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" "$(MV)" "$(@)";
endif

define rule_cc_o_c
Expand Down

0 comments on commit 6ab8d31

Please sign in to comment.