summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 16:27:52 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 16:27:52 -0500
commitc882ea6d972ee3d43947b4de4a87bdb2d5e378b5 (patch)
tree80bcacf18247435dfef81518c6d3155923126283
parent37f34371810e1033643b2bd79977b86a7d66a488 (diff)
bit_all_bsps: Add moxie and nios2
-rwxr-xr-xrtems/bit_all_bsps4
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}"