change log for gcc-testing (2010-05-11)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue May 11 14:10:02 UTC 2010


 *joel*:
2010-05-11	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* bit_ALL, bit_all_multilib: Merge updates.

M   1.14  rtems/ChangeLog
M    1.2  rtems/bit_ALL
M    1.2  rtems/bit_all_multilib

diff -u gcc-testing/rtems/ChangeLog:1.13 gcc-testing/rtems/ChangeLog:1.14
--- gcc-testing/rtems/ChangeLog:1.13	Tue May  4 10:22:11 2010
+++ gcc-testing/rtems/ChangeLog	Tue May 11 09:05:32 2010
@@ -1,3 +1,7 @@
+2010-05-11	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* bit_ALL, bit_all_multilib: Merge updates.
+
 2010-05-04	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* bit_all_bsps: For 4.10 determine the list of BSPs on the fly.

diff -u gcc-testing/rtems/bit_ALL:1.1 gcc-testing/rtems/bit_ALL:1.2
--- gcc-testing/rtems/bit_ALL:1.1	Fri Feb 13 13:07:35 2009
+++ gcc-testing/rtems/bit_ALL	Tue May 11 09:05:32 2010
@@ -4,7 +4,7 @@
 #
 
 all_confs=no
-do_cvs_update=no
+do_cvs_update=yes
 
 testdir=`pwd`
 
@@ -12,10 +12,13 @@
 if [ ${do_cvs_update} = yes ] ; then
   cd ${testdir}/rtems
   cvs up -Pd 2>&1 | grep -v cvs
-  for addon in class-examples examples rtems-addon-packages network-demos
+  for addon in class-examples examples examples-v2 rtems-addon-packages \
+      network-demos ada-examples
   do
-    cd ${testdir}/${addon}
-    cvs up -Pd 2>&1 | grep -v cvs
+    if [ -d ${addon} ] ; then
+      cd ${testdir}/${addon}
+      cvs up -Pd 2>&1 | grep -v cvs
+    fi
   done
 fi
 
@@ -31,18 +34,10 @@
 rm -f log/*
 
 # build all standard BSPs non-multilib
-./bit_all
+./bit_all_bsps
 
 # build all of the multilibs
-# sh -x ./bit_all_multilib
-
-# build the native configuration
-#./bit_rtems unix posix >log/unix.log 2>&1
-#rm -rf build-unix-rtems
-
-# build a bare bsp
-#./bit_rtems m68k bare-m5200 >log/m68k-bare-m5200.log 2>&1
-#rm -rf build-m68k-rtems
+sh -x ./bit_all_multilib
 
 # build the documentation
 ./bit_docs >log/docs.log

diff -u gcc-testing/rtems/bit_all_multilib:1.1 gcc-testing/rtems/bit_all_multilib:1.2
--- gcc-testing/rtems/bit_all_multilib:1.1	Fri Feb 13 13:07:35 2009
+++ gcc-testing/rtems/bit_all_multilib	Tue May 11 09:05:32 2010
@@ -4,13 +4,27 @@
   # c4x is temporary out.
   #ALL_CPUS="a29k arm c4x h8300 i386 m68k mips mips64orion \
   #      or32 powerpc sh sparc"
-ALL_CPUS="arm avr h8300 i386 m32c m32r m68k mips powerpc sh sparc"
+ALL_CPUS="arm avr bfin h8300 i386 m32c m32r m68k mips powerpc sh sparc"
 
+
+if [ $# -eq 0 ] ; then
+  CPUS=${ALL_CPUS}
+else
+  CPUS=$*
+fi
+
+echo "Multilib build for: ${CPUS}"
+
+BUILDDIR=`pwd`
 start=`date`
-for cpu in ${ALL_CPUS}
+for cpu in ${CPUS}
 do
+  cd $BUILDDIR
+  rm -rf build-${cpu}-multilib-*rtems*
   ./bit_rtems ${cpu} multilib >log/${cpu}-multilib.log 2>&1 
-  rm -rf build-${cpu}-multilib-rtems
+  
+  du -s -k build-${cpu}-multilib-*rtems*
+  rm -rf build-${cpu}-multilib-*rtems*
 done
 stop=`date`
 echo "Multilibs started at:" $start



--

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/20100511/bc720cbf/attachment.html>


More information about the vc mailing list