summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-26 17:23:57 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-26 17:23:57 -0500
commit22a985624c41a7ee1bc71494261824bba09f6d7d (patch)
tree3ede187e5cdc6574843297a2370717a4a6e16a13
parente197b8b6e588ae85b86f6e0ea5b3c2f4bef81f45 (diff)
bit_all_multilib: Add multiple CPUs including moxie and or1k
-rwxr-xr-xrtems/bit_all_multilib3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtems/bit_all_multilib b/rtems/bit_all_multilib
index 4f74099..300ffbf 100755
--- a/rtems/bit_all_multilib
+++ b/rtems/bit_all_multilib
@@ -4,7 +4,8 @@
# c4x is temporary out.
#ALL_CPUS="a29k arm c4x h8300 i386 m68k mips mips64orion \
# or32 powerpc sh sparc"
-ALL_CPUS="arm avr bfin h8300 i386 m32c m32r m68k mips powerpc sh sparc"
+ALL_CPUS="arm avr bfin h8300 i386 lm32 m32c m32r m68k mips moxie \
+nios2 or1k powerpc sh sparc sparc64 v850"
if [ $# -eq 0 ] ; then