[rtems-testing commit] bit_all_bsps: Add moxie and nios2

Joel Sherrill joel at rtems.org
Fri May 2 21:20:46 UTC 2014


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Fri May  2 16:27:52 2014 -0500

bit_all_bsps: Add moxie and nios2

---

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

diff --git a/rtems/bit_all_bsps b/rtems/bit_all_bsps
index 379aa84..8f25023 100755
--- a/rtems/bit_all_bsps
+++ b/rtems/bit_all_bsps
@@ -94,8 +94,8 @@ if [ $# -ne 0 ] ; then
 else
   # leave out nios2 tic4x
   CPUs=
-  for c in arm avr bfin h8300 i386 lm32 m32c m32r m68k mips \
-           powerpc sh sparc sparc64 v850
+  for c in arm avr bfin h8300 i386 lm32 m32c m32r m68k mips moxie \
+           nios2 powerpc sh sparc sparc64 v850
   do
     if [ -r ${RTEMS}/cpukit/score/cpu/${c} ] ; then
       CPUS="${CPUS} ${c}"




More information about the vc mailing list