Hi,

This patch adds the option to suppress the compiler flags for io/eth .

Regards,
Edgar
Index: packages/io/eth/current/cdl/eth_drivers.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/cdl/eth_drivers.cdl,v
retrieving revision 1.21
diff -u -r1.21 eth_drivers.cdl
--- packages/io/eth/current/cdl/eth_drivers.cdl 29 Jan 2009 17:49:45 -0000      
1.21
+++ packages/io/eth/current/cdl/eth_drivers.cdl 24 Jul 2009 12:05:21 -0000
@@ -244,6 +244,18 @@
                 building the common ethernet support package. These flags are 
used in addition
                 to the set of global flags."
         }
+        
+        cdl_option CYGPKG_IO_ETH_DRIVERS_CFLAGS_REMOVE {
+            display "Suppressed compiler flags"
+            flavor  data
+            no_define
+            default_value { "" }
+            description   "
+                This option modifies the set of compiler flags for
+                building the common ethernet support package. These flags are 
used in addition
+                to the set of global flags."
+        }
+        
     }
 }
 
Index: packages/io/eth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v
retrieving revision 1.55
diff -u -r1.55 ChangeLog
--- packages/io/eth/current/ChangeLog   29 Jan 2009 17:49:45 -0000      1.55
+++ packages/io/eth/current/ChangeLog   24 Jul 2009 12:05:21 -0000
@@ -1,3 +1,7 @@
+2009-07-24  Edgar Grimberg  <[email protected]>
+       * cdl/eth_drivers.cdl Added the suppress option for 
+       the compiler flags.
+
 2006-03-26  Uwe Kindler  <[email protected]>
 
        * src/lwip/eth_drv.c Add call to lwip_dhcp_init() for

Reply via email to