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]

Shut up stdio inferences from templates


Just providing more defaults to shut up ecosconfig and the config tool when stdio is present, due to extra requires statements.

Jifl

Index: templates/all/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/all/ChangeLog,v
retrieving revision 1.17
diff -u -5 -p -r1.17 ChangeLog
--- templates/all/ChangeLog	29 Apr 2003 13:43:29 -0000	1.17
+++ templates/all/ChangeLog	15 Apr 2004 01:18:34 -0000
@@ -1,5 +1,10 @@
+2004-04-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
+	and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
+
 2003-04-29  Andrew Lunn  <andrew.lunn@ascom.ch>

 	* current.ect: Use the new FreeBSD stack instead of the older
 	OpenBSD stack. Also added the HTTPD package.

Index: templates/all/current.ect
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/all/current.ect,v
retrieving revision 1.15
diff -u -5 -p -r1.15 current.ect
--- templates/all/current.ect	29 Apr 2003 13:43:29 -0000	1.15
+++ templates/all/current.ect	15 Apr 2004 01:18:34 -0000
@@ -234,5 +234,13 @@ cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
 };

 cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
     inferred_value 1 <cyg/fileio/limits.h>
 };
+
+cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
+
+cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
Index: templates/default/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/default/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- templates/default/ChangeLog	23 May 2002 23:08:47 -0000	1.8
+++ templates/default/ChangeLog	15 Apr 2004 01:18:34 -0000
@@ -1,5 +1,10 @@
+2004-04-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
+	and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
+
 2001-11-27  Jonathan Larmour  <jlarmour@redhat.com>

current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER

 2000-11-03  Jonathan Larmour  <jlarmour@redhat.com>
Index: templates/default/current.ect
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/default/current.ect,v
retrieving revision 1.6
diff -u -5 -p -r1.6 current.ect
--- templates/default/current.ect	30 Nov 2001 13:09:30 -0000	1.6
+++ templates/default/current.ect	15 Apr 2004 01:18:34 -0000
@@ -125,5 +125,13 @@ cdl_option CYGBLD_ISO_STDIO_STREAMS_HEAD
 };

 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/bsdstring.h>
 };
+
+cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
+
+cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
Index: templates/net/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/templates/net/ChangeLog,v
retrieving revision 1.10
diff -u -5 -p -r1.10 ChangeLog
--- templates/net/ChangeLog	25 Feb 2003 18:09:45 -0000	1.10
+++ templates/net/ChangeLog	15 Apr 2004 01:18:34 -0000
@@ -1,5 +1,10 @@
+2004-04-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
+	and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
+
 2003-02-25  Andrew Lunn  <andrew.lunn@ascom.ch>

* Added the Simple Network Time Protocol (SNTP) Client

 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
Index: templates/net/current.ect
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/templates/net/current.ect,v
retrieving revision 1.9
diff -u -5 -p -r1.9 current.ect
--- templates/net/current.ect	25 Feb 2003 18:09:45 -0000	1.9
+++ templates/net/current.ect	15 Apr 2004 01:18:34 -0000
@@ -226,5 +226,13 @@ cdl_option CYGBLD_ISO_NETDB_SERV_HEADER
 };

 cdl_component CYGPKG_KERNEL_THREADS_DESTRUCTORS {
     inferred_value 1
 };
+
+cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
+
+cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
Index: templates/old_net/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/old_net/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- templates/old_net/ChangeLog	25 Feb 2003 18:09:45 -0000	1.2
+++ templates/old_net/ChangeLog	15 Apr 2004 01:18:34 -0000
@@ -1,5 +1,10 @@
+2004-04-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
+	and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
+
 2003-02-25  Andrew Lunn       <andrew.lunn@ascom.ch>
 	
 	* Added the Simple Network Time Protocol (SNTP) Client

 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
Index: templates/old_net/current.ect
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/old_net/current.ect,v
retrieving revision 1.2
diff -u -5 -p -r1.2 current.ect
--- templates/old_net/current.ect	25 Feb 2003 18:09:45 -0000	1.2
+++ templates/old_net/current.ect	15 Apr 2004 01:18:34 -0000
@@ -227,5 +227,12 @@ cdl_option CYGBLD_ISO_NETDB_SERV_HEADER

 cdl_component CYGPKG_KERNEL_THREADS_DESTRUCTORS {
     inferred_value 1
 };

+cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
+
+cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
Index: templates/uitron/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/uitron/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- templates/uitron/ChangeLog	23 May 2002 23:08:49 -0000	1.8
+++ templates/uitron/ChangeLog	15 Apr 2004 01:18:34 -0000
@@ -1,5 +1,10 @@
+2004-04-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
+	and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
+
 2001-11-27  Jonathan Larmour  <jlarmour@redhat.com>

current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER

 2000-11-03  Jonathan Larmour  <jlarmour@redhat.com>
Index: templates/uitron/current.ect
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/uitron/current.ect,v
retrieving revision 1.6
diff -u -5 -p -r1.6 current.ect
--- templates/uitron/current.ect	30 Nov 2001 13:09:31 -0000	1.6
+++ templates/uitron/current.ect	15 Apr 2004 01:18:34 -0000
@@ -125,10 +125,16 @@ cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER

 cdl_option CYGBLD_ISO_SETJMP_HEADER {
     inferred_value 1 <cyg/libc/setjmp/setjmp.h>
 };

-
-
 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/bsdstring.h>
+};
+
+cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
+};
+
+cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
+    inferred_value 1 <cyg/libc/stdio/stdio.h>
 };



--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


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