change log for rtems (2011-04-03)

rtems-vc at rtems.org rtems-vc at rtems.org
Sun Apr 3 07:10:11 UTC 2011


 *ralf*:
Handle /go subdirs.

M   1.37  contrib/crossrpms/gcc/install.add

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
@@ -119,6 +119,17 @@
   cp dirs build/files.g++
   cp dirs build/files.go
 
+%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
   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
@@ -137,7 +148,7 @@
     *include/c++*);;
     *include-fixed/*);;
     *finclude/*);;
-    */go/*);;
+    */go/*) ;; # ignore : explicitly put into rpm elsewhere
     *adainclude*);;
     *adalib*);;
     *gnat1);;


 *ralf*:
Reflect /go subdir handling having move into install.add.

M    1.2  contrib/crossrpms/gcc/target-go.add

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
@@ -37,7 +37,5 @@
 %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


 *ralf*:
Add support for gcc-go tarballs.

M   1.12  contrib/crossrpms/gcc/prep.add

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
@@ -33,6 +33,11 @@
 %{?PATCH5:%patch5 -p0}
 %endif
 
+%if %build_go
+%setup -q -T -D -n %{name}-%{version} -a6
+%{?PATCH6:%patch6 -p0}
+%endif
+
 %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


 *ralf*:
Whitespace fixes.

M   1.13  contrib/crossrpms/gcc/prep.add

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
@@ -36,8 +36,8 @@
 %if %build_go
 %setup -q -T -D -n %{name}-%{version} -a6
 %{?PATCH6:%patch6 -p0}
-%endif
 
+%endif
 %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



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110403/f75c7349/attachment-0001.html>


More information about the vc mailing list