From f0c689047d7d2cc124df442076a3514f6b014a03 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 31 May 2013 17:32:24 +0200 Subject: Delete arm-rtemseabi special case --- rtems/common.sh | 10 +--------- 1 file changed, 1 insertion(+), 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 ;; -- cgit v1.2.3