Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15892
b: refs/heads/master
c: cb1a7b4
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Sam Ravnborg committed Dec 16, 2005
1 parent 25cb2c3 commit 14edb79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a
refs/heads/master: cb1a7b4df7e2ffc7c97891e8f350ce5db50df3b9
4 changes: 0 additions & 4 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,6 @@ export quiet Q KBUILD_VERBOSE
cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
> /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)

# For backward compatibility
check_gcc = $(warning check_gcc is deprecated - use cc-option) \
$(call cc-option, $(1),$(2))

# cc-option-yn
# Usage: flag := $(call cc-option-yn, -march=winchip-c6)
cc-option-yn = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
Expand Down

0 comments on commit 14edb79

Please sign in to comment.