<!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-03)</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>Handle /go subdirs.
</pre></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.36&r2=text&tr2=1.37&diff_format=h">M</a></td><td width='1%'>1.37</td><td width='100%'>contrib/crossrpms/gcc/install.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/install.add:1.36 rtems/contrib/crossrpms/gcc/install.add:1.37
--- rtems/contrib/crossrpms/gcc/install.add:1.36        Sun Apr  3 00:31:11 2011
+++ rtems/contrib/crossrpms/gcc/install.add     Sun Apr  3 01:27:46 2011
</font><font color='#997700'>@@ -119,6 +119,17 @@
</font>   cp dirs build/files.g++
   cp dirs build/files.go
 
<font color='#000088'>+%if %build_go
+# Collect /go subdirs
+  TGTDIR="%{_gcclibdir}/gcc/@tool_target@/%{gcc_version}"
+  for i in $multilibs; do
+    case $i in
+    \. ) echo "${TGTDIR}/go" >> build/files.go ;;
+    *)   echo "${TGTDIR}/$i/go" >> build/files.go ;;
+    esac
+  done
+
+%endif
</font>   TGTDIR="%{_gcclibdir}/gcc/@tool_target@/%{gcc_version}"
   f=`find ${RPM_BUILD_ROOT}${TGTDIR} ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;
   for i in $f; do
<font color='#997700'>@@ -137,7 +148,7 @@
</font>     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
<font color='#880000'>-    */go/*);;
</font><font color='#000088'>+    */go/*) ;; # ignore : explicitly put into rpm elsewhere
</font>     *adainclude*);;
     *adalib*);;
     *gnat1);;
</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>Reflect /go subdir handling having move into install.add.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/target-go.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/gcc/target-go.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/target-go.add:1.1 rtems/contrib/crossrpms/gcc/target-go.add:1.2
--- rtems/contrib/crossrpms/gcc/target-go.add:1.1       Sat Apr  2 01:14:32 2011
+++ rtems/contrib/crossrpms/gcc/target-go.add   Sun Apr  3 01:28:34 2011
</font><font color='#997700'>@@ -37,7 +37,5 @@
</font> %dir %{_gcclibdir}/gcc
 %dir %{_gcclibdir}/gcc/@tool_target@
 %dir %{_gcclibdir}/gcc/@tool_target@/%{gcc_version}
<font color='#880000'>-%sysdir %{_prefix}
-%{_gcclibdir}/gcc/@tool_target@/%{gcc_version}/go
</font> 
 %endif
</pre>
<p> </p>
<a name='cs3'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Add support for gcc-go tarballs.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/prep.add.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>contrib/crossrpms/gcc/prep.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/prep.add:1.11 rtems/contrib/crossrpms/gcc/prep.add:1.12
--- rtems/contrib/crossrpms/gcc/prep.add:1.11   Wed Aug 18 05:30:30 2010
+++ rtems/contrib/crossrpms/gcc/prep.add        Sun Apr  3 01:30:56 2011
</font><font color='#997700'>@@ -33,6 +33,11 @@
</font> %{?PATCH5:%patch5 -p0}
 %endif
 
<font color='#000088'>+%if %build_go
+%setup -q -T -D -n %{name}-%{version} -a6
+%{?PATCH6:%patch6 -p0}
+%endif
+
</font> %if %{with gcc_stdint}
 sed -i -e '/thread_file=.*rtems/,/use_gcc_stdint=wrap/ { s/use_gcc_stdint=wrap/use_gcc_stdint=provide/}' gcc-%{gcc_pkgvers}/gcc/config.gcc
 %endif
</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>Whitespace fixes.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/gcc/prep.add.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>contrib/crossrpms/gcc/prep.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/gcc/prep.add:1.12 rtems/contrib/crossrpms/gcc/prep.add:1.13
--- rtems/contrib/crossrpms/gcc/prep.add:1.12   Sun Apr  3 01:30:56 2011
+++ rtems/contrib/crossrpms/gcc/prep.add        Sun Apr  3 01:38:04 2011
</font><font color='#997700'>@@ -36,8 +36,8 @@
</font> %if %build_go
 %setup -q -T -D -n %{name}-%{version} -a6
 %{?PATCH6:%patch6 -p0}
<font color='#880000'>-%endif
</font> 
<font color='#000088'>+%endif
</font> %if %{with gcc_stdint}
 sed -i -e '/thread_file=.*rtems/,/use_gcc_stdint=wrap/ { s/use_gcc_stdint=wrap/use_gcc_stdint=provide/}' gcc-%{gcc_pkgvers}/gcc/config.gcc
 %endif
</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>