From 14edb7987958086dffd1b31f3a20b8b8f4ca1745 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 14 Dec 2005 00:26:07 +0100 Subject: [PATCH] --- yaml --- r: 15892 b: refs/heads/master c: cb1a7b4df7e2ffc7c97891e8f350ce5db50df3b9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 12dfda333d5a..6802bd2882a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a +refs/heads/master: cb1a7b4df7e2ffc7c97891e8f350ce5db50df3b9 diff --git a/trunk/Makefile b/trunk/Makefile index c31914400953..b7856d3b0128 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -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 \