[rtems-testing commit] Delete arm-rtemseabi special case

Sebastian Huber sebh at rtems.org
Mon Feb 24 12:38:02 UTC 2014


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 31 17:32:24 2013 +0200

Delete arm-rtemseabi special case

---

 rtems/common.sh |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/rtems/common.sh b/rtems/common.sh
index ebf4f16..389f103 100644
--- a/rtems/common.sh
+++ b/rtems/common.sh
@@ -66,15 +66,7 @@ target=${CPU}-rtems
 
 case ${CPU} in
   a29k)        ;;
-  #arm)         ;;
-  arm)
-    # Cover up some insanity
-    CPU=arm
-    type arm-rtemseabi4.11-gcc >/dev/null 2>&1
-    if [ $? -eq 0 ] ; then
-      target=arm-rtemseabi4.11
-    fi
-    ;;
+  arm)         ;;
   avr)         ;;
   bfin)         ;;
   c3x)         CPU=c4x ; target=c4x-rtems ;;




More information about the vc mailing list