<!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-04-20)</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>Housekeeping.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/gcc-core-4.6.0-RC-20110321-rtems4.11-20110322.diff?rev=1.1&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.1</font></td><td width='100%'><font color="#880000">contrib/crossrpms/patches/gcc-core-4.6.0-RC-20110321-rtems4.11-20110322.diff</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/gcc-core-4.6.0-RC-20110321-rtems4.11-20110323.diff?rev=1.1&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.1</font></td><td width='100%'><font color="#880000">contrib/crossrpms/patches/gcc-core-4.6.0-RC-20110321-rtems4.11-20110323.diff</font></td></tr>
</table>
<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>Eliminate $optargs
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/build.add.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%'>contrib/crossrpms/gcc/build.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/build.add:1.22 rtems/contrib/crossrpms/gcc/build.add:1.23
--- rtems/contrib/crossrpms/gcc/build.add:1.22  Sat Apr  2 01:17:25 2011
+++ rtems/contrib/crossrpms/gcc/build.add       Wed Apr 20 08:36:33 2011
</font><font color='#997700'>@@ -22,9 +22,6 @@
</font> %if %build_gnat
   languages="$languages,ada"
 %endif
<font color='#880000'>-%if %build_libgcj
-  optargs="--enable-libgcj"
-%endif
</font> %if "%{_prefix}" != "/usr"
   export PATH="%{_bindir}:${PATH}"
 %endif
<font color='#997700'>@@ -61,7 +58,10 @@
</font> %if %build_newlib
     --enable-newlib-io-c99-formats \
 %endif
<font color='#880000'>-    --enable-languages="$languages" $optargs
</font><font color='#000088'>+%if %build_libgcj
+    --enable-libgcj \
+%endif
+    --enable-languages="$languages"
</font> 
 %if "%_host" != "%_build"
   # Bug in gcc-3.2.1:
</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>Add gcc/base-go.add and gcc/target-go.add.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/gcc.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>contrib/crossrpms/rtems4.11/gcc.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/gcc.am:1.1 rtems/contrib/crossrpms/rtems4.11/gcc.am:1.2
--- rtems/contrib/crossrpms/rtems4.11/gcc.am:1.1        Wed Mar 17 00:06:21 2010
+++ rtems/contrib/crossrpms/rtems4.11/gcc.am    Wed Apr 20 08:53:39 2011
</font><font color='#997700'>@@ -15,6 +15,8 @@
</font> GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-c++.add
 GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-gfortran.add
 GCC_SUBPACKAGES += $(top_srcdir)/gcc/base-gfortran.add
<font color='#000088'>+GCC_SUBPACKAGES += $(top_srcdir)/gcc/base-go.add
+GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-go.add
</font> GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-objc.add
 GCC_SUBPACKAGES += $(top_srcdir)/gcc/target-newlib.add
 GCC_SUBPACKAGES += $(top_srcdir)/gcc/base-newlib.add
</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>