SOURCES: rr174x-cflags.patch (NEW) - CFLAGS may not be overridden by kernel...

glen glen at pld-linux.org
Thu Dec 11 17:17:06 CET 2008


Author: glen                         Date: Thu Dec 11 16:17:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- CFLAGS may not be overridden by kernel build

---- Files affected:
SOURCES:
   rr174x-cflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rr174x-cflags.patch
diff -u /dev/null SOURCES/rr174x-cflags.patch:1.1
--- /dev/null	Thu Dec 11 17:17:07 2008
+++ SOURCES/rr174x-cflags.patch	Thu Dec 11 17:17:01 2008
@@ -0,0 +1,11 @@
+--- rr174x-linux-src-v2.1/inc/linux/Makefile.def~	2008-03-04 09:12:12.000000000 +0200
++++ rr174x-linux-src-v2.1/inc/linux/Makefile.def	2008-12-11 18:08:58.443688288 +0200
+@@ -140,7 +140,7 @@
+ wrong_target:
+ 	@echo Wrong or missing TARGETTYPE
+ 
+-CFLAGS := $(C_OPTS) $(C_DEFINES) $(C_INCLUDES)
++EXTRA_CFLAGS := $(C_OPTS) $(C_DEFINES) $(C_INCLUDES)
+ 
+ %.o: %.c $(SHARED_HEADERS)
+ 	@echo $(if $V,,[CC] $<)
================================================================


More information about the pld-cvs-commit mailing list