Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298226
b: refs/heads/master
c: 875de98
h: refs/heads/master
v: v3
  • Loading branch information
Bernhard Walle authored and Michal Marek committed Mar 24, 2012
1 parent 3b99190 commit 95a692a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: db7f4e3d2b0a68eafc16a7b78ac0b7566db1e799
refs/heads/master: 875de98623fa2b29f0cb19915fe3292ab6daa1cb
2 changes: 1 addition & 1 deletion trunk/scripts/Kbuild.include
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ as-option = $(call try-run,\
# Usage: cflags-y += $(call as-instr,instr,option1,option2)

as-instr = $(call try-run,\
/bin/echo -e "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -xassembler -o "$$TMP" -,$(2),$(3))
printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -xassembler -o "$$TMP" -,$(2),$(3))

# cc-option
# Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
Expand Down

0 comments on commit 95a692a

Please sign in to comment.