summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 03:58:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 03:58:22 +0000
commitab92255414c3c947ee550f826153d776a248b4b3 (patch)
tree22f715dbcf33e49e47c625059f46f112107a187b /aclocal
parent2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ab92255414c3c947ee550f826153d776a248b4b3.tar.bz2
Remove tic4x.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/canonical-target-name.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 990c84e2d1..194f424de7 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -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%'`
;;