[rtems-testing commit] common.sh: Update list of CPUs and clean up

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


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

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

common.sh: Update list of CPUs and clean up

---

 rtems/common.sh | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/rtems/common.sh b/rtems/common.sh
index 389f103..028e101 100644
--- a/rtems/common.sh
+++ b/rtems/common.sh
@@ -34,28 +34,13 @@ print_rtems_cpus()
 {
   echo
   echo "CPU is one of the following: "
-  echo "  arm           h8300		i386	lm32		m32c"
-  echo "  m32r 		mips		nios2	powerpc		sh"
-  echo "  sparc		sparc64    	v850"
+  echo "  arm   avr	bfin	h8300	i386	lm32	m32c"
+  echo "  m32r 	m68k	mips	moxie	nios2	or1k	powerpc"
+  echo "  sh	sparc	sparc64	v850"
   echo 
   echo "Formats without a -XXX suffix are the preferred target."
   echo 
-  echo "CPU-rtems is used as the GNU target and results in:"
-  echo "    arm-rtems         -- ARM"
-  echo "    avr-rtems         -- Atmel AVR"
-  echo "    bfin-rtems        -- Blackfin"
-  echo "    h8300-rtems       -- Renesas H8/300"
-  echo "    i386-rtems        -- Intel i386 and above in protected mode (ELF)"
-  echo "    lm32-rtems        -- Lattice Micro (ELF)"
-  echo "    m32c-rtems        -- Renesas M32C (ELF)"
-  echo "    m32R-rtems        -- Renesas M32R (ELF)"
-  echo "    m68k-rtems        -- Motorola mc680x0, mc683xx, and ColdFire (ELF)"
-  echo "    nios2-rtems       -- Altera NIOS2"
-  echo "    powerpc-rtems     -- IBM and Motorola PowerPC"
-  echo "    sh-rtems          -- Renesas SH (COFF)"
-  echo "    sparc-rtems       -- SPARC (ELF)"
-  echo "    sparc64-rtems     -- SPARC64 (ELF)"
-  echo "    v850-rtems        -- Renesas v850 (ELF)"
+  echo "CPU-rtems4.11 is used as the GNU target."
 }
 
 # CPU must be set before we run any of this stuff
@@ -79,6 +64,7 @@ case ${CPU} in
   m32r)        ;;
   m68k)        ;;
   mips)        ;;
+  moxie)       ;;
   nios2)       ;;
   or32)        ;;
   powerpc)     ;;




More information about the vc mailing list