changeset 2918:d7b2b574250b

* cdl/eth_drivers.cdl: Added the suppress option for the compiler flags.
author jld
date Mon, 07 Sep 2009 20:05:33 +0000
parents 3e161d64711f
children 2b12e401c9d2
files packages/io/eth/current/ChangeLog packages/io/eth/current/cdl/eth_drivers.cdl
diffstat 2 files changed, 19 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packages/io/eth/current/ChangeLog
+++ b/packages/io/eth/current/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-24  Edgar Grimberg  <edgar.grimberg@zylin.com>
+
+	* cdl/eth_drivers.cdl: Added the suppress option for 
+	the compiler flags.
+
 2006-03-26  Uwe Kindler  <uwe_kindler@web.de>
 
 	* src/lwip/eth_drv.c Add call to lwip_dhcp_init() for
@@ -648,7 +653,7 @@ 2000-02-08  John Dallaway  <jld@cygnus.c
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program is free software; you can redistribute it and/or modify     
 // it under the terms of the GNU General Public License as published by     
--- a/packages/io/eth/current/cdl/eth_drivers.cdl
+++ b/packages/io/eth/current/cdl/eth_drivers.cdl
@@ -8,7 +8,7 @@
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## eCos is free software; you can redistribute it and/or modify it under    
 ## the terms of the GNU General Public License as published by the Free     
@@ -244,6 +244,18 @@ cdl_package CYGPKG_IO_ETH_DRIVERS {
                 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 removed from the set of global flags if present."
+        }
+        
     }
 }