summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-target-name.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:12:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:12:01 +0000
commit6cb0f7ed02343a9a344400ed8b8eb99f168796a1 (patch)
treec67b9583f1ac601e7e18d3e08cf367fea610ecea /aclocal/canonical-target-name.m4
parent2009-10-14 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6cb0f7ed02343a9a344400ed8b8eb99f168796a1.tar.bz2
Remove posix/unix simulator.
Diffstat (limited to 'aclocal/canonical-target-name.m4')
-rw-r--r--aclocal/canonical-target-name.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index c7d2bfd0ad..ea5537685c 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -13,21 +13,9 @@ AC_DEFUN([RTEMS_CANONICAL_TARGET_CPU],
AC_CANONICAL_TARGET
AC_MSG_CHECKING(rtems target cpu)
case "${target}" in
- i[[34567]]86-*linux*) # unix "simulator" port
- RTEMS_CPU=unix
- ;;
- i[[34567]]86-*freebsd*) # unix "simulator" port
- RTEMS_CPU=unix
- ;;
- i[[34567]]86-pc-cygwin*) # Cygwin is just enough unix like :)
- RTEMS_CPU=unix
- ;;
no_cpu-*rtems*)
RTEMS_CPU=no_cpu
;;
- sparc-sun-solaris*) # unix "simulator" port
- RTEMS_CPU=unix
- ;;
*)
RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
;;