[rtems-testing commit] bit_all_bsps: Add or1k and fix issue for distributed builds

Joel Sherril joel at rtems.org
Sun Mar 29 16:39:32 UTC 2015


Module:    rtems-testing
Branch:    master
Commit:    e197b8b6e588ae85b86f6e0ea5b3c2f4bef81f45
Changeset: http://git.rtems.org/rtems-testing/commit/?id=e197b8b6e588ae85b86f6e0ea5b3c2f4bef81f45

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Mar 26 17:21:32 2015 -0500

bit_all_bsps: Add or1k and fix issue for distributed builds

These scripts support using GNU parallel to distribute the build
across multiple computers with a shared source directory.

---

 rtems/bit_all_bsps | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtems/bit_all_bsps b/rtems/bit_all_bsps
index 8f25023..da04a8c 100755
--- a/rtems/bit_all_bsps
+++ b/rtems/bit_all_bsps
@@ -95,7 +95,7 @@ else
   # leave out nios2 tic4x
   CPUs=
   for c in arm avr bfin h8300 i386 lm32 m32c m32r m68k mips moxie \
-           nios2 powerpc sh sparc sparc64 v850
+           nios2 or1k powerpc sh sparc sparc64 v850
   do
     if [ -r ${RTEMS}/cpukit/score/cpu/${c} ] ; then
       CPUS="${CPUS} ${c}"
@@ -225,7 +225,7 @@ do
     fi
 
     # generate parallel script
-    echo "${CMD} >${logfile} 2>&1" >>parallel_bsps.tmp
+    echo "cd `pwd` ; PATH=${PATH} ${CMD} >${logfile} 2>&1" >>parallel_bsps.tmp
 
   done
 done



More information about the vc mailing list