summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-target-name.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 16:03:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 16:03:10 +0000
commit92f3264acf8c73cdf1bc9b05a1836add5b0b7268 (patch)
tree961f9f7010444954c420600a81c621947c193950 /aclocal/canonical-target-name.m4
parent2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-92f3264acf8c73cdf1bc9b05a1836add5b0b7268.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* MAINTAINERS, README.configure, aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4, aclocal/check-bsps.m4: Remove TI C4x and NIOS2 ports from 4.9 branch.
Diffstat (limited to 'aclocal/canonical-target-name.m4')
-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%'`
;;