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]

Fix synth linux eth build failure with new_net


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/synth/ecosynth/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- ChangeLog	25 Sep 2002 19:53:54 -0000	1.3
+++ ChangeLog	12 Feb 2003 11:15:53 -0000
@@ -1,5 +1,11 @@
+2003-02-12  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
+	Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build
+	issue with freeBSD stack.
+
 2002-09-25  Bart Veer  <bartv@ecoscentric.com>
 
 	* host/configure.in, host/rawether.c, doc/syntheth.sgml: 
 	Only support the tap device if running a recent Linux kernel
 
Index: cdl/syntheth.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 syntheth.cdl
--- cdl/syntheth.cdl	15 Sep 2002 17:48:44 -0000	1.1
+++ cdl/syntheth.cdl	12 Feb 2003 11:15:53 -0000
@@ -120,11 +120,11 @@ cdl_package CYGPKG_DEVS_ETH_ECOSYNTH {
 
 	cdl_option CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD {
             display "Additional compiler flags"
             flavor  data
             no_define
-            default_value { "" }
+            default_value { "-D_KERNEL -D__ECOS" }
             description   "
                 This option modifies the set of compiler flags for
                 building this package. These flags are used in addition
                 to the set of global flags."
 	}
@@ -139,5 +139,6 @@ cdl_package CYGPKG_DEVS_ETH_ECOSYNTH {
                 the set of global flags if present."
         }
     }
 }
 
+# EOF syntheth.cdl


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