mtd/fs/jffs2/ecos/src fs-ecos.c,1.25,1.26

David Woodhouse dwmw2 at infradead.org
Wed Nov 26 16:45:44 EST 2003


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

Modified Files:
	fs-ecos.c 
Log Message:
update broken-compiler check

Index: fs-ecos.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/src/fs-ecos.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- fs-ecos.c	26 Nov 2003 15:55:35 -0000	1.25
+++ fs-ecos.c	26 Nov 2003 21:45:41 -0000	1.26
@@ -27,8 +27,7 @@
 #include <cyg/io/io.h>
 #include <cyg/io/config_keys.h>
 
-#if (__GNUC__ == 3) && (__GNUC_MINOR__ == 2) && (__GNUC_PATCHLEVEL__ == 1) && \
-    defined (__ARM_ARCH_4__)
+#if (__GNUC__ == 3) && (__GNUC_MINOR__ == 2) && defined (__ARM_ARCH_4__)
 #error This compiler is known to be broken. Please see:
 #error http://ecos.sourceware.org/ml/ecos-patches/2003-08/msg00006.html
 #endif




More information about the linux-mtd-cvs mailing list