linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] remove the deprecated check_gcc
@ 2005-12-13 23:26 Adrian Bunk
  2005-12-16 21:05 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-12-13 23:26 UTC (permalink / raw)
  To: Andrew Morton; +Cc: sam, linux-kernel

check_gcc has been deprecated for quite some time.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 3 Dec 2005

--- linux-2.6.15-rc3-mm1/Makefile.old	2005-12-03 02:50:54.000000000 +0100
+++ linux-2.6.15-rc3-mm1/Makefile	2005-12-03 02:51:05.000000000 +0100
@@ -286,10 +286,6 @@
 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 \


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] remove the deprecated check_gcc
  2005-12-13 23:26 [2.6 patch] remove the deprecated check_gcc Adrian Bunk
@ 2005-12-16 21:05 ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2005-12-16 21:05 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, linux-kernel

On Wed, Dec 14, 2005 at 12:26:07AM +0100, Adrian Bunk wrote:
> check_gcc has been deprecated for quite some time.

Thanks, applied.

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6 patch] remove the deprecated check_gcc
@ 2005-12-03 12:15 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-12-03 12:15 UTC (permalink / raw)
  To: sam; +Cc: linux-kernel

check_gcc has been deprecated for quite some time.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.15-rc3-mm1/Makefile.old	2005-12-03 02:50:54.000000000 +0100
+++ linux-2.6.15-rc3-mm1/Makefile	2005-12-03 02:51:05.000000000 +0100
@@ -286,10 +286,6 @@
 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 \


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-16 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 23:26 [2.6 patch] remove the deprecated check_gcc Adrian Bunk
2005-12-16 21:05 ` Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2005-12-03 12:15 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).