rpms/kernel/devel linux-2.6-debug-Wundef.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 1 05:21:51 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24787

Modified Files:
	linux-2.6-debug-Wundef.patch 
Log Message:
warnings+++


linux-2.6-debug-Wundef.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-debug-Wundef.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-debug-Wundef.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-debug-Wundef.patch	12 Feb 2006 20:28:24 -0000	1.2
+++ linux-2.6-debug-Wundef.patch	1 Apr 2006 05:21:45 -0000	1.3
@@ -6,12 +6,12 @@
 
 --- linux-2.6/Makefile~	2005-05-28 18:48:02.000000000 -0400
 +++ linux-2.6/Makefile	2005-05-28 18:48:27.000000000 -0400
-@@ -203,7 +203,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH"
+@@ -306,7 +306,7 @@ LINUXINCLUDE    := -Iinclude \
+ CPPFLAGS        := -D__KERNEL__ $(LINUXINCLUDE)
  
- HOSTCC  	= gcc
- HOSTCXX  	= g++
--HOSTCFLAGS	= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-+HOSTCFLAGS	= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -Wundef -Werror-implicit-function-declaration
- HOSTCXXFLAGS	= -O2
+ CFLAGS 		:= -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
+-	  	   -fno-strict-aliasing -fno-common
++	  	   -fno-strict-aliasing -fno-common -Wextra -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration
+ AFLAGS		:= -D__ASSEMBLY__
  
- # 	Decide whether to build built-in, modular, or both.
+ # Read KERNELRELEASE from .kernelrelease (if it exists)




More information about the fedora-cvs-commits mailing list