public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* Add option to suppress the compiler flags for io/eth
@ 2009-07-24 12:09 Edgar Grimberg
  2009-09-07 20:06 ` John Dallaway
  0 siblings, 1 reply; 2+ messages in thread
From: Edgar Grimberg @ 2009-07-24 12:09 UTC (permalink / raw)
  To: ecos-patches

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

Hi,

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

Regards,
Edgar

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1658 bytes --]

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  <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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Add option to suppress the compiler flags for io/eth
  2009-07-24 12:09 Add option to suppress the compiler flags for io/eth Edgar Grimberg
@ 2009-09-07 20:06 ` John Dallaway
  0 siblings, 0 replies; 2+ messages in thread
From: John Dallaway @ 2009-09-07 20:06 UTC (permalink / raw)
  To: Edgar Grimberg; +Cc: ecos-patches

Hi Edgar

Edgar Grimberg wrote:

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

We've finally received confirmation from the FSF regarding your
copyright assignment. I have tweaked the CDL description string and
checked in your patch.

Thank you for the contribution!

John Dallaway

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-07 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-24 12:09 Add option to suppress the compiler flags for io/eth Edgar Grimberg
2009-09-07 20:06 ` John Dallaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).