<!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-02)</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>Add %build_go.
Cosmetics.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/specstrip.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>contrib/crossrpms/specstrip</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/specstrip:1.14 rtems/contrib/crossrpms/specstrip:1.15
--- rtems/contrib/crossrpms/specstrip:1.14      Tue Sep  7 23:11:06 2010
+++ rtems/contrib/crossrpms/specstrip   Sat Apr  2 01:10:53 2011
</font><font color='#997700'>@@ -81,12 +81,13 @@
</font>   "(\"%\{_prefix\}\" (!=|==) \"/usr\")",
 
   "(%build_cxx)",
<font color='#880000'>-  "(%build_gnat)",
-  "(%build_objc)",
</font><font color='#000088'>+  "(%build_fortran)",
</font>   "(%build_gcj)",
<font color='#000088'>+  "(%build_gnat)",
+  "(%build_go)",
</font>   "(%build_libgcj)",
<font color='#880000'>-  "(%build_fortran)",
</font>   "(%build_newlib)",
<font color='#000088'>+  "(%build_objc)",
</font>   "(%build_infos)"
 );
 
<font color='#997700'>@@ -95,15 +96,16 @@
</font> 
 push @ppatterns,  "(\"%\{_prefix\}\" " . (("$prefix" eq '/usr') ? '!=' : '==' ) . " \"/usr\")";
 
<font color='#880000'>-push @ppatterns, "(%build_gnat "   . ( ($langs{gnat}) ? "==" : "!=" ) . " 0)";
-push @ppatterns, "(%build_cxx "    . ( ($langs{cxx}) ? "==" : "!=" ) . " 0)";
-push @ppatterns, "(%build_objc "   . ( ($langs{objc}) ? "==" : "!=" ) . " 0)";
-push @ppatterns, "(%build_gcj "    . ( ($langs{gcj}) ? "==" : "!=" ) . " 0)";
-push @ppatterns, "(%build_libgcj " . ( ($langs{libgcj}) ? "==" : "!=" ) . " 0)";
-push @ppatterns, "(%build_fortran "    . ( ($langs{fortran}) ? "==" : "!=" ) . " 0)";
</font><font color='#000088'>+push @ppatterns, "(%build_cxx "             . ( ($langs{cxx}) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_fortran "  . ( ($langs{fortran}) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_objc "     . ( ($langs{objc}) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_gcj "              . ( ($langs{gcj}) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_gnat "     . ( ($langs{gnat}) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_go "               . ( ($langs{go}) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_libgcj "   . ( ($langs{libgcj}) ? "==" : "!=" ) . " 0)";
</font> 
<font color='#880000'>-push @ppatterns, "(%build_newlib " . ( ($newlib) ? "==" : "!=" ) . " 0)";
-push @ppatterns, "(%build_infos " . ( ($infos) ? "==" : "!=" ) . " 0)";
</font><font color='#000088'>+push @ppatterns, "(%build_newlib "  . ( ($newlib) ? "==" : "!=" ) . " 0)";
+push @ppatterns, "(%build_infos "    . ( ($infos) ? "==" : "!=" ) . " 0)";
</font> 
 my $npat = join('|',@npatterns);
 my $ppat = join('|',@ppatterns);
</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>New.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/base-go.add?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">contrib/crossrpms/gcc/base-go.add</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/target-go.add?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">contrib/crossrpms/gcc/target-go.add</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/contrib/crossrpms/gcc/base-go.add:1.1
--- /dev/null   Sat Apr  2 02:12:29 2011
+++ rtems/contrib/crossrpms/gcc/base-go.add     Sat Apr  2 01:14:32 2011
</font><font color='#997700'>@@ -0,0 +1,38 @@
</font><font color='#000088'>+%if %build_infos
+%if %build_go
+# ==============================================================
+# @rpmprefix@gcc-go-common
+# ==============================================================
+%package -n @rpmprefix@gcc-go-common
+Summary:        Base package for rtems gcc/go compiler (go)
+Group:          Development/Tools
+Version:        %{gcc_rpmvers}
+License:       GPL
+
+Requires(post):<span style="background-color: #FF0000"> </span>  /sbin/install-info
+Requires(preun):       /sbin/install-info
+
+%description -n @rpmprefix@gcc-go-common
+RTEMS is an open source operating system for embedded systems.
+
+This is the files for gcc/go (go) that are shared by all targets.
+
+%files -n @rpmprefix@gcc-go-common
+%defattr(-,root,root)
+%sysdir %{_prefix}
+%sysdir %{_prefix}/share
+
+%sysdir %{_infodir}
+%ghost %{_infodir}/dir
+%{_infodir}/gccgo.info*
+
+%post -n @rpmprefix@gcc-go-common
+/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gccgo.info* || :
+
+%preun -n @rpmprefix@gcc-go-common
+if [ $1 -eq 0 ]; then
+  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gccgo.info* || :
+fi
+
+%endif
+%endif
</font>
<font color='#006600'>diff -u /dev/null rtems/contrib/crossrpms/gcc/target-go.add:1.1
--- /dev/null   Sat Apr  2 02:12:29 2011
+++ rtems/contrib/crossrpms/gcc/target-go.add   Sat Apr  2 01:14:32 2011
</font><font color='#997700'>@@ -0,0 +1,43 @@
</font><font color='#000088'>+%if %build_go
+# ==============================================================
+# @rpmprefix@@tool_target@-go
+# ==============================================================
+%package -n @rpmprefix@@tool_target@-gcc-go
+Summary:        Go support (go) for @tool_target@-gcc
+Group:          Development/Tools
+Version:        %{gcc_rpmvers}
+License:       GPL
+
+%if %build_infos
+Requires:       @rpmprefix@gcc-go-common
+%endif
+Requires:       @rpmprefix@@tool_target@-gcc = %{gcc_rpmvers}-%{release}
+
+%description -n @rpmprefix@@tool_target@-gcc-go
+RTEMS is an open source operating system for embedded systems.
+
+This is the gcc/go compiler for @tool_target@
+
+%files -n @rpmprefix@@tool_target@-gcc-go -f build/files.go
+%defattr(-,root,root)
+%sysdir %{_bindir}
+%{_bindir}/@tool_target@-gccgo%{_exeext}
+
+%sysdir %{_mandir}
+%sysdir %{_mandir}/man1
+%{_mandir}/man1/@tool_target@-gccgo*.1*
+
+%sysdir %{_libexecdir}
+%dir %{_libexecdir}/gcc
+%dir %{_libexecdir}/gcc/@tool_target@
+%dir %{_libexecdir}/gcc/@tool_target@/%{gcc_version}
+%{_libexecdir}/gcc/@tool_target@/%{gcc_version}/go1%{_exeext}
+
+%sysdir %{_gcclibdir}
+%dir %{_gcclibdir}/gcc
+%dir %{_gcclibdir}/gcc/@tool_target@
+%dir %{_gcclibdir}/gcc/@tool_target@/%{gcc_version}
+%sysdir %{_prefix}
+%{_gcclibdir}/gcc/@tool_target@/%{gcc_version}/go
+
+%endif
</font></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>Preps for gccgo.
</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.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>contrib/crossrpms/gcc/build.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/install.add.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&diff_format=h">M</a></td><td width='1%'>1.34</td><td width='100%'>contrib/crossrpms/gcc/install.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/build.add:1.21 rtems/contrib/crossrpms/gcc/build.add:1.22
--- rtems/contrib/crossrpms/gcc/build.add:1.21  Mon Mar 22 07:57:01 2010
+++ rtems/contrib/crossrpms/gcc/build.add       Sat Apr  2 01:17:25 2011
</font><font color='#997700'>@@ -13,6 +13,9 @@
</font> %if %build_gcj
   languages="$languages,java"
 %endif
<font color='#000088'>+%if %build_go
+  languages="$languages,go"
+%endif
</font> %if %build_objc
   languages="$languages,objc"
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/install.add:1.33 rtems/contrib/crossrpms/gcc/install.add:1.34
--- rtems/contrib/crossrpms/gcc/install.add:1.33        Mon Mar 22 05:38:03 2010
+++ rtems/contrib/crossrpms/gcc/install.add     Sat Apr  2 01:17:25 2011
</font><font color='#997700'>@@ -106,6 +106,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/@tool_target@/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -119,17 +120,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;
</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>Abandon NoSource:
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/arm/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/arm/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add.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/bfin/gdb-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add.diff?r1=text&tr1=1.39&r2=text&tr2=1.40&diff_format=h">M</a></td><td width='1%'>1.40</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/lm32/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/lm32/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/m32r/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/m32r/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/cpukit-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc64/cpukit-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add.diff?r1=text&tr1=1.29&r2=text&tr2=1.30&diff_format=h">M</a></td><td width='1%'>1.30</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/arm/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/arm/cpukit-sources.add:1.2        Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/arm/cpukit-sources.add    Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.38  Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add       Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/avr/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/avr/cpukit-sources.add:1.2        Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/avr/cpukit-sources.add    Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.38  Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add       Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/bfin/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/bfin/cpukit-sources.add:1.2       Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/cpukit-sources.add   Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add      Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add:1.1 rtems/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add:1.2
--- rtems/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add:1.1  Wed Mar 17 00:06:21 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add      Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -1,3 +1,2 @@
</font> Source0:  ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> Patch0:           ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.5-bfinrtems-20090122.diff

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/h8300/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/h8300/cpukit-sources.add:1.2      Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/h8300/cpukit-sources.add  Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.39 rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.40
--- rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.39        Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add     Sat Apr  2 01:20:29 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/i386/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/i386/cpukit-sources.add:1.2       Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/i386/cpukit-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add      Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/lm32/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/lm32/cpukit-sources.add:1.2       Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/lm32/cpukit-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add      Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/m32c/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/m32c/cpukit-sources.add:1.2       Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32c/cpukit-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add      Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/m32r/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/m32r/cpukit-sources.add:1.2       Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32r/cpukit-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add      Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/m68k/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/m68k/cpukit-sources.add:1.2       Sun May 23 23:19:08 2010
+++ rtems/contrib/crossrpms/rtems4.11/m68k/cpukit-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add      Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/mips/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/mips/cpukit-sources.add:1.2       Sun May 23 23:19:09 2010
+++ rtems/contrib/crossrpms/rtems4.11/mips/cpukit-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.38 Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add      Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/powerpc/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/powerpc/cpukit-sources.add:1.2    Sun May 23 23:19:09 2010
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/cpukit-sources.add        Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.38      Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/sh/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/sh/cpukit-sources.add:1.2 Sun May 23 23:19:09 2010
+++ rtems/contrib/crossrpms/rtems4.11/sh/cpukit-sources.add     Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.38   Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add        Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/sparc/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/sparc/cpukit-sources.add:1.2      Sun May 23 23:19:09 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc/cpukit-sources.add  Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.38 rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.39
--- rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.38        Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add     Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/cpukit-sources.add:1.2 rtems/contrib/crossrpms/rtems4.11/sparc64/cpukit-sources.add:1.3
--- rtems/contrib/crossrpms/rtems4.11/sparc64/cpukit-sources.add:1.2    Sun May 23 23:19:09 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/cpukit-sources.add        Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -1,2 +1 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add:1.29 rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add:1.30
--- rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add:1.29      Fri Mar 25 23:14:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add   Sat Apr  2 01:20:30 2011
</font><font color='#997700'>@@ -6,7 +6,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if %build_cxx
 %if "%{gcc_version}" == "4.6.0"
<font color='#997700'>@@ -16,27 +15,22 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %endif
 %if %build_fortran
 Source2:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      2}
</font> 
 %endif
 %if %build_gcj
 Source3:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      3}
</font> 
 %endif
 %if %build_gnat
 Source4:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      4}
</font> 
 %endif
 %if %build_objc
 Source5:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      5}
</font> 
 %endif
 %if %build_newlib
<font color='#997700'>@@ -44,5 +38,4 @@
</font> Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> %endif
</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>Regenerate.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec.diff?r1=text&tr1=1.48&r2=text&tr2=1.49&diff_format=h">M</a></td><td width='1%'>1.49</td><td width='100%'>contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&diff_format=h">M</a></td><td width='1%'>1.48</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec.diff?r1=text&tr1=1.50&r2=text&tr2=1.51&diff_format=h">M</a></td><td width='1%'>1.51</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&diff_format=h">M</a></td><td width='1%'>1.48</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec.diff?r1=text&tr1=1.46&r2=text&tr2=1.47&diff_format=h">M</a></td><td width='1%'>1.47</td><td width='100%'>contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-cpukit.spec.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-cpukit.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec.diff?r1=text&tr1=1.52&r2=text&tr2=1.53&diff_format=h">M</a></td><td width='1%'>1.53</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec.diff?r1=text&tr1=1.34&r2=text&tr2=1.35&diff_format=h">M</a></td><td width='1%'>1.35</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-cpukit.spec:1.2      Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-cpukit.spec  Sat Apr  2 01:22:39 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-arm-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for arm-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.48 rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.49
--- rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.48        Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec     Sat Apr  2 01:22:39 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/arm-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-cpukit.spec:1.2      Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-cpukit.spec  Sat Apr  2 01:22:39 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-avr-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for avr-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.47 rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.48
--- rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.47        Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec     Sat Apr  2 01:22:39 2011
</font><font color='#997700'>@@ -265,13 +265,11 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -494,6 +492,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/avr-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -507,17 +506,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-cpukit.spec:1.2    Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-cpukit.spec        Sat Apr  2 01:22:39 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-bfin-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for bfin-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.50 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.51
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.50      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec   Sat Apr  2 01:22:39 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/bfin-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.2 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.2       Sat Mar 20 01:59:01 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -96,7 +96,6 @@
</font> 
 
 Source0:       ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> Patch0:           ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.5-bfinrtems-20090122.diff
 
 %description

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-cpukit.spec:1.2  Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-cpukit.spec      Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-h8300-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for h8300-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.49    Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/h8300-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-cpukit.spec:1.2    Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-cpukit.spec        Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-i386-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for i386-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.49      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/i386-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.49      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/lm32-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-cpukit.spec:1.2    Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-cpukit.spec        Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-m32c-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for m32c-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.47 rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.48
--- rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.47      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,13 +265,11 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -494,6 +492,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/m32c-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -507,17 +506,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-cpukit.spec:1.2    Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-cpukit.spec        Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-m32r-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for m32r-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.46 rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.47
--- rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.46      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,13 +265,11 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -494,6 +492,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/m32r-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -507,17 +506,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-cpukit.spec:1.2    Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-cpukit.spec        Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-m68k-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for m68k-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.49      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/m68k-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-cpukit.spec:1.2    Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-cpukit.spec        Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-mips-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for mips-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.49      Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec   Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/mips-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-cpukit.spec:1.2      Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-cpukit.spec  Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-powerpc-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for powerpc-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.49        Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec     Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/powerpc-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-cpukit.spec:1.2        Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-cpukit.spec    Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-sh-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for sh-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.49 rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.50
--- rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.49  Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec       Sat Apr  2 01:22:40 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/sh-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-cpukit.spec:1.2 rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-cpukit.spec:1.3
--- rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-cpukit.spec:1.2  Mon Jun  7 04:43:31 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-cpukit.spec      Sat Apr  2 01:22:41 2011
</font><font color='#997700'>@@ -66,7 +66,6 @@
</font> BuildRequires:    rtems-4.11-sparc-rtems4.11-gcc
 
 Source0:<span style="background-color: #FF0000"> </span> ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/rtems-%{cpukit_pkgvers}.tar.bz2
<font color='#880000'>-%{?_without_sources:NoSource:   0}
</font> 
 %description
 RTEMS cpukit for sparc-rtems4.11.

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.52 rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.53
--- rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.52    Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec Sat Apr  2 01:22:41 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/sparc-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec:1.34 rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec:1.35
--- rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec:1.34        Fri Mar 25 23:45:02 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec     Sat Apr  2 01:22:41 2011
</font><font color='#997700'>@@ -265,7 +265,6 @@
</font> Source0:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.2-rtems4.11-20110220.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      0}
</font> 
 %if "%{gcc_version}" == "4.6.0"
 Source1:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
<font color='#997700'>@@ -274,13 +273,11 @@
</font> Source1:  ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 Patch1:                ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-g++-4.5.2-rtems4.11-20110131.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      1}
</font> 
 %if "%{newlib_version}" == "1.19.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
 Patch50:       ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/newlib-1.19.0-rtems4.11-20110323.diff
 %endif
<font color='#880000'>-%{?_without_sources:NoSource:      50}
</font> 
 %if 0%{?_build_mpfr}
 Source60:    http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
<font color='#997700'>@@ -508,6 +505,7 @@
</font>   cp dirs build/files.objc
   cp dirs build/files.gcj
   cp dirs build/files.g++
<font color='#000088'>+  cp dirs build/files.go
</font> 
   TGTDIR="%{_gcclibdir}/gcc/sparc64-rtems4.11/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
<font color='#997700'>@@ -521,17 +519,20 @@
</font>     *cc1plus) ;; # ignore: explicitly put into rpm elsewhere
     *collect2) ;;
     *libobjc*) echo "$i" >> build/files.objc ;;
<font color='#000088'>+    *go1) ;; # ignore: explicitly put into rpm elsewhere
</font>     *include/objc*) ;;
     *include/g++*);;
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#000088'>+    */go/*);;
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
     *jc1) ;;
     *jvgenmain) ;;
     */libgfortran*.*) echo "$i" >> build/files.gfortran ;;
<font color='#000088'>+    */libgo*.a) echo "$i" >> build/files.go ;;
</font>     %{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
     %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
     */libstdc++.*) echo "$i" >> build/files.g++ ;;
</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>