Remove tic4x.

This commit is contained in:
Ralf Corsepius
2008-12-22 03:58:22 +00:00
parent fd9d071056
commit ab92255414
4 changed files with 0 additions and 14 deletions

View File

@@ -29,9 +29,6 @@ case "${target}" in
sparc-sun-solaris*) # unix "simulator" port
RTEMS_CPU=unix
;;
tic4x-*rtems*) # gcc changed the name
RTEMS_CPU=c4x
;;
*)
RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
;;