<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-03-06)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>

        PR 1753/misc:
        * host.cfg.in: Remove RTEMS_HOST.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.74&r2=text&tr2=1.75&diff_format=h">M</a></td><td width='1%'>1.75</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/host.cfg.in.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>c/src/make/host.cfg.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.74 rtems/c/src/make/ChangeLog:1.75
--- rtems/c/src/make/ChangeLog:1.74     Sat Mar  5 12:48:35 2011
+++ rtems/c/src/make/ChangeLog  Sun Mar  6 21:49:54 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-07    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       PR 1753/misc:
+       * host.cfg.in: Remove RTEMS_HOST.
+
</font> 2011-03-05        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        PR 1754/misc:

<font color='#006600'>diff -u rtems/c/src/make/host.cfg.in:1.16 rtems/c/src/make/host.cfg.in:1.17
--- rtems/c/src/make/host.cfg.in:1.16   Sat Mar  5 12:48:35 2011
+++ rtems/c/src/make/host.cfg.in        Sun Mar  6 21:49:54 2011
</font><font color='#997700'>@@ -6,8 +6,6 @@
</font> # Derived from rtems/c/make/os/*.cfg in previous RTEMS version.
 #
 
<font color='#880000'>-RTEMS_HOST = @RTEMS_HOST@
-
</font> #
 # Stuff to clean and clobber for the OS
 #
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>

        * configure.ac: Remove dead code.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/ChangeLog.diff?r1=text&tr1=1.545&r2=text&tr2=1.546&diff_format=h">M</a></td><td width='1%'>1.546</td><td width='100%'>c/src/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/configure.ac.diff?r1=text&tr1=1.103&r2=text&tr2=1.104&diff_format=h">M</a></td><td width='1%'>1.104</td><td width='100%'>c/src/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/ChangeLog:1.545 rtems/c/src/ChangeLog:1.546
--- rtems/c/src/ChangeLog:1.545 Fri Mar  4 10:17:27 2011
+++ rtems/c/src/ChangeLog       Sun Mar  6 21:52:47 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-03-07    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * configure.ac: Remove dead code.
+
</font> 2011-03-04        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * aclocal/rtems-top.m4, aclocal/version.m4:

<font color='#006600'>diff -u rtems/c/src/configure.ac:1.103 rtems/c/src/configure.ac:1.104
--- rtems/c/src/configure.ac:1.103      Tue Feb 22 10:16:43 2011
+++ rtems/c/src/configure.ac    Sun Mar  6 21:52:47 2011
</font><font color='#997700'>@@ -59,9 +59,6 @@
</font>       -e 's%default\.cfg%%'`;
   else break; fi;
 done
<font color='#880000'>-#${MAKE-make} -f ${DEPDIR}/cfg.P \
-# srcdir="${srcdir}" MKDIR_P="${MKDIR_P}" \
-# make/custom/default.cfg $CUSTOM_CFG_FILES
</font> 
 AC_MSG_NOTICE([creating make/${RTEMS_BSP}.cache])
 ${MAKE-make} -f ${srcdir}/make/bsp.mak \
</pre>
<p> </p>
<a name='cs3'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>

        * aclocal/rtems-top.m4: Add pkgdatadir.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/ChangeLog.diff?r1=text&tr1=1.546&r2=text&tr2=1.547&diff_format=h">M</a></td><td width='1%'>1.547</td><td width='100%'>c/src/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/aclocal/rtems-top.m4.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&diff_format=h">M</a></td><td width='1%'>1.16</td><td width='100%'>c/src/aclocal/rtems-top.m4</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/ChangeLog:1.546 rtems/c/src/ChangeLog:1.547
--- rtems/c/src/ChangeLog:1.546 Sun Mar  6 21:52:47 2011
+++ rtems/c/src/ChangeLog       Sun Mar  6 21:54:49 2011
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2011-03-07        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * aclocal/rtems-top.m4: Add pkgdatadir.
</font>   * configure.ac: Remove dead code.
 
 2011-03-04     Ralf Corsépius <ralf.corsepius@rtems.org>

<font color='#006600'>diff -u rtems/c/src/aclocal/rtems-top.m4:1.15 rtems/c/src/aclocal/rtems-top.m4:1.16
--- rtems/c/src/aclocal/rtems-top.m4:1.15       Fri Mar  4 10:17:27 2011
+++ rtems/c/src/aclocal/rtems-top.m4    Sun Mar  6 21:54:49 2011
</font><font color='#997700'>@@ -32,4 +32,5 @@
</font> AC_SUBST([PROJECT_ROOT],[${with_project_root}${rtems_updir}'$(top_builddir)'])
 
 AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
<font color='#000088'>+AC_SUBST([pkgdatadir],["\${datadir}"/rtems]_RTEMS_API)
</font> ])dnl
</pre>
<p> </p>
<a name='cs4'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.75&r2=text&tr2=1.76&diff_format=h">M</a></td><td width='1%'>1.76</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/Makefile.am.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>c/src/make/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.75 rtems/c/src/make/ChangeLog:1.76
--- rtems/c/src/make/ChangeLog:1.75     Sun Mar  6 21:49:54 2011
+++ rtems/c/src/make/ChangeLog  Sun Mar  6 22:01:03 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-03-07        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
+
+2011-03-07     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   PR 1753/misc:
        * host.cfg.in: Remove RTEMS_HOST.
 

<font color='#006600'>diff -u rtems/c/src/make/Makefile.am:1.21 rtems/c/src/make/Makefile.am:1.22
--- rtems/c/src/make/Makefile.am:1.21   Mon Aug 18 07:02:20 2003
+++ rtems/c/src/make/Makefile.am        Sun Mar  6 22:01:03 2011
</font><font color='#997700'>@@ -4,7 +4,7 @@
</font> 
 ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
 
<font color='#880000'>-rtems_makedir = $(prefix)/make
</font><font color='#000088'>+rtems_makedir = $(pkgdatadir)/make
</font> 
 GENERIC_FILES = host.cfg
 
</pre>
<p> </p>
<a name='cs5'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.76&r2=text&tr2=1.77&diff_format=h">M</a></td><td width='1%'>1.77</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/Makefile.inc.in.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>c/src/make/Makefile.inc.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.76 rtems/c/src/make/ChangeLog:1.77
--- rtems/c/src/make/ChangeLog:1.76     Sun Mar  6 22:01:03 2011
+++ rtems/c/src/make/ChangeLog  Sun Mar  6 22:03:26 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-03-07        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
+
+2011-03-07     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
 
 2011-03-07     Ralf Corsépius <ralf.corsepius@rtems.org>

<font color='#006600'>diff -u rtems/c/src/make/Makefile.inc.in:1.12 rtems/c/src/make/Makefile.inc.in:1.13
--- rtems/c/src/make/Makefile.inc.in:1.12       Thu Jun 17 11:30:05 2010
+++ rtems/c/src/make/Makefile.inc.in    Sun Mar  6 22:03:26 2011
</font><font color='#997700'>@@ -35,7 +35,7 @@
</font> export OBJCOPY
 
 RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
<font color='#880000'>-PROJECT_ROOT = $(prefix)
</font><font color='#000088'>+PROJECT_ROOT = @pkgdatadir@
</font> RTEMS_USE_OWN_PDIR = no
 RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
 RTEMS_HAS_ITRON_API = no
</pre>
<p> </p>
<a name='cs6'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am, configure.ac: Move file generation into Makefile.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/ChangeLog.diff?r1=text&tr1=1.77&r2=text&tr2=1.78&diff_format=h">M</a></td><td width='1%'>1.78</td><td width='100%'>c/src/make/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/Makefile.am.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>c/src/make/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/make/configure.ac.diff?r1=text&tr1=1.32&r2=text&tr2=1.33&diff_format=h">M</a></td><td width='1%'>1.33</td><td width='100%'>c/src/make/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/make/ChangeLog:1.77 rtems/c/src/make/ChangeLog:1.78
--- rtems/c/src/make/ChangeLog:1.77     Sun Mar  6 22:03:26 2011
+++ rtems/c/src/make/ChangeLog  Sun Mar  6 22:05:18 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-03-07        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * Makefile.am, configure.ac: Move file generation into Makefile.
+
+2011-03-07     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
 
 2011-03-07     Ralf Corsépius <ralf.corsepius@rtems.org>

<font color='#006600'>diff -u rtems/c/src/make/Makefile.am:1.22 rtems/c/src/make/Makefile.am:1.23
--- rtems/c/src/make/Makefile.am:1.22   Sun Mar  6 22:01:03 2011
+++ rtems/c/src/make/Makefile.am        Sun Mar  6 22:05:18 2011
</font><font color='#997700'>@@ -4,6 +4,8 @@
</font> 
 ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
 
<font color='#000088'>+CLEANFILES =
+
</font> rtems_makedir = $(pkgdatadir)/make
 
 GENERIC_FILES = host.cfg
<font color='#997700'>@@ -27,6 +29,67 @@
</font>   cp $< $@
 endif
 
<font color='#000088'>+bsp.cfg: bsp.cfg.in Makefile
+       sed \
+       -e "s,[@]HAS_MP[@],$(HAS_MP)," \
+       -e "s,[@]HAS_POSIX_API[@],$(HAS_POSIX_API)," \
+       -e "s,[@]HAS_CPLUSPLUS[@],$(HAS_CPLUSPLUS)," \
+       -e "s,[@]HAS_NETWORKING[@],$(HAS_NETWORKING),"  \
+       < $(srcdir)/bsp.cfg.in > bsp.cfg
+CLEANFILES += bsp.cfg
+
+target.cfg: target.cfg.in Makefile
+       sed \
+       -e "s,[@]CPPFLAGS[@],$(CPPFLAGS),"  \
+       -e "s,[@]CFLAGS[@],$(CFLAGS),"  \
+       -e "s,[@]LIBS[@],$(LIBS),"  \
+       -e "s,[@]CC[@],$(CC),"  \
+       -e "s,[@]CXX[@],$(CXX),"  \
+       -e "s,[@]AS[@],$(AS),"  \
+       -e "s,[@]AR[@],$(AR),"  \
+       -e "s,[@]NM[@],$(NM),"  \
+       -e "s,[@]LD[@],$(LD),"  \
+       -e "s,[@]SIZE[@],$(SIZE),"  \
+       -e "s,[@]STRIP[@],$(STRIP)," \
+       -e "s,[@]RANLIB[@],$(RANLIB),"  \
+       -e "s,[@]OBJCOPY[@],$(OBJCOPY),"  \
+       -e "s,[@]RTEMS_CPU[@],$(RTEMS_CPU),"  \
+       -e "s,[@]RTEMS_HAS_MULTIPROCESSING[@],$(HAS_MP)," \
+       -e "s,[@]RTEMS_HAS_POSIX_API[@],$(HAS_POSIX_API)," \
+       -e "s,[@]RTEMS_HAS_CPLUSPLUS[@],$(HAS_CPLUSPLUS)," \
+       -e "s,[@]RTEMS_HAS_NETWORKING[@],$(HAS_NETWORKING),"  \
+       < $(srcdir)/target.cfg.in > target.cfg
+CLEANFILES += target.cfg
+
+host.cfg: host.cfg.in Makefile
+       sed \
+       -e "s,[@]CP[@],$(CP)," \
+       -e "s,[@]MV[@],$(MV)," \
+       -e "s,[@]LN[@],$(LN),"  \
+       -e "s,[@]SHELL[@],$(SHELL),"  \
+       -e "s,[@]KSH[@],$(KSH),"  \
+       < $(srcdir)/host.cfg.in > host.cfg
+CLEANFILES += host.cfg
+
+Makefile.inc: Makefile.inc.in Makefile
+       sed \
+       -e "s,[@]prefix[@],$(prefix)," \
+       -e "s,[@]exec_prefix[@],$(exec_prefix)," \
+       -e "s,[@]pkgdatadir[@],$(pkgdatadir),"  \
+       -e "s,[@]RTEMS_BSP[@],$(RTEMS_BSP),"  \
+       -e "s,[@]CC[@],$(CC),"  \
+       -e "s,[@]CXX[@],$(CXX),"  \
+       -e "s,[@]AS[@],$(AS),"  \
+       -e "s,[@]AR[@],$(AR),"  \
+       -e "s,[@]NM[@],$(NM),"  \
+       -e "s,[@]LD[@],$(LD),"  \
+       -e "s,[@]SIZE[@],$(SIZE),"  \
+       -e "s,[@]OBJCOPY[@],$(OBJCOPY),"  \
+       -e "s,[@]RTEMS_HAS_POSIX_API[@],$(HAS_POSIX_API)," \
+       -e "s,[@]RTEMS_HAS_CPLUSPLUS[@],$(HAS_CPLUSPLUS)," \
+       < $(srcdir)/Makefile.inc.in > Makefile.inc
+CLEANFILES += Makefile.inc
+
</font> ## At the moment all actively supported configurations
 ## use gcc-target-default.cfg only.
 rtems_make_compilersdir = $(rtems_makedir)/compilers

<font color='#006600'>diff -u rtems/c/src/make/configure.ac:1.32 rtems/c/src/make/configure.ac:1.33
--- rtems/c/src/make/configure.ac:1.32  Wed Feb  2 09:01:06 2011
+++ rtems/c/src/make/configure.ac       Sun Mar  6 22:05:18 2011
</font><font color='#997700'>@@ -78,9 +78,5 @@
</font> 
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile
<font color='#880000'>-Makefile.inc
-host.cfg
-bsp.cfg
</font> ])
<font color='#880000'>-AC_CONFIG_FILES([target.cfg])
</font> AC_OUTPUT
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>