mtd/fs/jffs2/ecos/cdl jffs2.cdl,1.12,1.13

David Woodhouse dwmw2 at infradead.org
Fri Nov 28 19:30:33 EST 2003


Update of /home/cvs/mtd/fs/jffs2/ecos/cdl
In directory phoenix.infradead.org:/tmp/cvs-serv19451

Modified Files:
	jffs2.cdl 
Log Message:
Disable -Werror. Since GCC/G++ have started bitching about flags which aren't
relevant for the particular language, and eCos doesn't seem to have separate
CFLAGS/CXXFLAGS, we can't actually avoid the warnings.


Index: jffs2.cdl
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/cdl/jffs2.cdl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jffs2.cdl	28 Nov 2003 11:32:45 -0000	1.12
+++ jffs2.cdl	29 Nov 2003 00:30:30 -0000	1.13
@@ -192,8 +192,7 @@
 	# We add '-D__ECOS' to trigger eCos-specific code in places.
 	# We add '-nostdinc -iwithprefix include' to avoid picking up
 	#    native <linux/*.h> include files when building on Linux.
-	# We add '-Werror' because it helps to focus the mind.
-	default_value { "-D__ECOS -nostdinc -iwithprefix include -Werror" }
+	default_value { "-D__ECOS -nostdinc -iwithprefix include" }
 	description   "
 	    This option modifies the set of compiler flags for
             building the JFFS2 package.




More information about the linux-mtd-cvs mailing list