<!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-10)</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>Remove bogus comment.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>contrib/crossrpms/netbsd5.0.2/i386/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am:1.11 rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am:1.12
--- rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am:1.11   Wed Mar  9 23:21:33 2011
+++ rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am        Thu Mar 10 00:52:30 2011
</font><font color='#997700'>@@ -20,5 +20,4 @@
</font> GCC_PKGVERS = $(GCC_VERS)
 GCC_RPMREL = 0.20110310.0
 include ../gcc.am
<font color='#880000'>-# C only
</font> GCC_OPTS += --languages=c,cxx,fortran,objc

<font color='#006600'>diff -u rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am:1.6 rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am:1.7
--- rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am:1.6  Wed Mar  9 23:21:33 2011
+++ rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am      Thu Mar 10 00:52:30 2011
</font><font color='#997700'>@@ -20,5 +20,4 @@
</font> GCC_PKGVERS = $(GCC_VERS)
 GCC_RPMREL = 0.20110310.0
 include ../gcc.am
<font color='#880000'>-# C only
</font> GCC_OPTS += --languages=c,cxx,fortran,objc
</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>Rename freebsd8.2/amd64/ into freebsd8.2/x86_64/.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/configure.ac.diff?r1=text&tr1=1.79&r2=text&tr2=1.80&diff_format=h">M</a></td><td width='1%'>1.80</td><td width='100%'>contrib/crossrpms/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/configure.ac:1.79 rtems/contrib/crossrpms/configure.ac:1.80
--- rtems/contrib/crossrpms/configure.ac:1.79   Wed Mar  9 22:37:36 2011
+++ rtems/contrib/crossrpms/configure.ac        Thu Mar 10 00:56:14 2011
</font><font color='#997700'>@@ -170,7 +170,7 @@
</font> 
 AC_CONFIG_FILES([freebsd8.2/Makefile])
 AC_CONFIG_FILES([freebsd8.2/i586/Makefile])
<font color='#880000'>-AC_CONFIG_FILES([freebsd8.2/amd64/Makefile])
</font><font color='#000088'>+AC_CONFIG_FILES([freebsd8.2/x86_64/Makefile])
</font> 
 AC_CONFIG_FILES([netbsd5.0.2/Makefile])
 AC_CONFIG_FILES([netbsd5.0.2/i386/Makefile])
</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>Rename amd64 into x86_64.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/freebsd8.2/Makefile.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/freebsd8.2/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/freebsd8.2/Makefile.am:1.1 rtems/contrib/crossrpms/freebsd8.2/Makefile.am:1.2
--- rtems/contrib/crossrpms/freebsd8.2/Makefile.am:1.1  Sun Feb 27 16:01:38 2011
+++ rtems/contrib/crossrpms/freebsd8.2/Makefile.am      Thu Mar 10 01:03:09 2011
</font><font color='#997700'>@@ -1,3 +1,3 @@
</font> # $Id$
 
<font color='#880000'>-SUBDIRS = i586 amd64
</font><font color='#000088'>+SUBDIRS = i586 x86_64
</font></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>Regenerate.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/freebsd8.2/x86_64/amd64-pc-freebsd8.2-gcc.spec.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/freebsd8.2/x86_64/amd64-pc-freebsd8.2-gcc.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/freebsd8.2/x86_64/amd64-pc-freebsd8.2-gcc.spec:1.1 rtems/contrib/crossrpms/freebsd8.2/x86_64/amd64-pc-freebsd8.2-gcc.spec:1.2
--- rtems/contrib/crossrpms/freebsd8.2/x86_64/amd64-pc-freebsd8.2-gcc.spec:1.1  Sun Feb 27 16:01:38 2011
+++ rtems/contrib/crossrpms/freebsd8.2/x86_64/amd64-pc-freebsd8.2-gcc.spec      Thu Mar 10 01:03:20 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        0.20110227.0%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   0.20110310.0%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -114,6 +114,12 @@
</font> %global gmp_provided 4.3.2
 %endif
 
<font color='#000088'>+%if 0%{?suse11_4}
+%global mpc_provided 0.8.2
+%global mpfr_provided 3.0.0
+%global gmp_provided 5.0.1
+%endif
+
</font> %if 0%{?cygwin}
 %global mpc_provided 0.8
 %global mpfr_provided 2.4.1
<font color='#997700'>@@ -192,6 +198,7 @@
</font> %{?fc14:BuildRequires: cloog-ppl-devel >= %cloog_required}
 %{?fc15:BuildRequires: cloog-ppl-devel >= %cloog_required}
 %{?el6:BuildRequires: cloog-ppl-devel >= %cloog_required}
<font color='#000088'>+%{?suse11_4:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
</font> %{?suse11_3:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
 %{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
 %endif
<font color='#997700'>@@ -332,9 +339,6 @@
</font> 
   languages="c"
   languages="$languages,c++"
<font color='#880000'>-  case amd64-pc-freebsd8.2 in
-  *-rtems4.11) optargs="$optargs --enable-libstdcxx-time";;
-  esac
</font>   languages="$languages,fortran"
   languages="$languages,objc"
 %if "%{_build}" != "%{_host}"
</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>