Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18643
b: refs/heads/master
c: cad8244
h: refs/heads/master
i:
  18641: 7e8e659
  18639: cb4b3b4
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Jan 17, 2006
1 parent 8f34941 commit 4c064fd
Show file tree
Hide file tree
Showing 6 changed files with 490 additions and 351 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: aa01666df35cd769c0957d4b3ae6ee99d680ab88
refs/heads/master: cad8244840d1a148f638925758afd1cdf81fc839
7 changes: 7 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,13 @@ export quiet Q KBUILD_VERBOSE
# cc support functions to be used (only) in arch/$(ARCH)/Makefile
# See documentation in Documentation/kbuild/makefiles.txt

# as-option
# Usage: cflags-y += $(call as-option, -Wa$(comma)-isa=foo,)

as-option = $(shell if $(CC) $(CFLAGS) $(1) -Wa,-Z -c -o /dev/null \
-xassembler /dev/null > /dev/null 2>&1; then echo "$(1)"; \
else echo "$(2)"; fi ;)

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

Expand Down
Loading

0 comments on commit 4c064fd

Please sign in to comment.