This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

minor jffs2 cdl fix


The most recent jffs2 update broke my .ecm files because CYGPKG_FS_JFFS2_CFLAGS_REMOVE
was no longer present in jffs2.cdl. Due to the changed default compiler settings I
really do not need this option any more, but still...

tk




diff -ru packages-orig/fs/jffs2/current/ChangeLog packages/fs/jffs2/current/ChangeLog
--- packages-orig/fs/jffs2/current/ChangeLog	2004-01-05 15:14:04.000000000 +0100
+++ packages/fs/jffs2/current/ChangeLog	2004-01-05 15:42:43.000000000 +0100
@@ -1,3 +1,8 @@
+2004-01-05  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+        * cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been
+	removed by previous change.
+
 2003-11-26  David Woodhouse  <dwmw2@redhat.com>
 
 	JFFS2 cleanup and import of newer code. Remove last vestiges of
diff -ru packages-orig/fs/jffs2/current/cdl/jffs2.cdl packages/fs/jffs2/current/cdl/jffs2.cdl
--- packages-orig/fs/jffs2/current/cdl/jffs2.cdl	2004-01-05 15:14:04.000000000 +0100
+++ packages/fs/jffs2/current/cdl/jffs2.cdl	2004-01-05 15:31:41.000000000 +0100
@@ -200,6 +200,17 @@
             to the set of global flags."
         }
 
+     cdl_option CYGPKG_FS_JFFS2_CFLAGS_REMOVE {
+         display "Suppressed compiler flags"
+         flavor  data
+         no_define
+         default_value { "" }
+         description   "
+             This option modifies the set of compiler flags for
+             building the JFFS2 package. These flags are removed from
+             the set of global flags if present."
+     }
+
     # ----------------------------------------------------------------
     # Tests
 

-- 
--------------------------------------------------

Thomas Koeller, Software Development

Basler Vision Technologies
An der Strusbek 60-62
22926 Ahrensburg
Germany

Tel +49 (4102) 463-162
Fax +49 (4102) 463-239

mailto:thomas.koeller@baslerweb.com
http://www.baslerweb.com

==============================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]