summaryrefslogtreecommitdiffstats
path: root/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-24 14:35:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-24 14:35:51 +0000
commit69a2cf1b9222b66fa342513c91a74b629d3572b3 (patch)
tree8146120e785aae8d1446f8741461da7433549608 /rtems
parent2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-69a2cf1b9222b66fa342513c91a74b629d3572b3.tar.bz2
2009-02-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* common.sh, user.cfg: If not running tests, do not confirm BSP has a DejaGNU configuration.
Diffstat (limited to 'rtems')
-rw-r--r--rtems/ChangeLog5
-rwxr-xr-xrtems/common.sh11
2 files changed, 11 insertions, 5 deletions
diff --git a/rtems/ChangeLog b/rtems/ChangeLog
index 1cbf421..bf05e77 100644
--- a/rtems/ChangeLog
+++ b/rtems/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * common.sh, user.cfg: If not running tests, do not confirm BSP has a
+ DejaGNU configuration.
+
2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, README, bit_ALL, bit_all, bit_all_confs, bit_all_multilib,
diff --git a/rtems/common.sh b/rtems/common.sh
index befdd3c..e8b5cd8 100755
--- a/rtems/common.sh
+++ b/rtems/common.sh
@@ -37,19 +37,19 @@ print_rtems_cpus()
{
echo
echo "CPU is one of the following: "
- echo " arm h8300 i386"
- echo " m68k nios2 powerpc"
- echo " sh m32c m32r"
- echo " sparc tic4x"
+ echo " arm h8300 i386 lm32"
+ echo " m68k nios2 powerpc sh"
+ echo " m32c m32r sparc tic4x"
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 -- avr"
+ 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)"
@@ -75,6 +75,7 @@ case ${CPU} in
h8300) ;;
hppa1.1) ;;
i386) ;;
+ lm32) ;;
m32c) ;;
m32r) ;;
m68k) ;;