summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/canonical-target-name.m4
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/aclocal/canonical-target-name.m4')
-rw-r--r--testsuites/aclocal/canonical-target-name.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/testsuites/aclocal/canonical-target-name.m4 b/testsuites/aclocal/canonical-target-name.m4
index fd43fced96..1522246b14 100644
--- a/testsuites/aclocal/canonical-target-name.m4
+++ b/testsuites/aclocal/canonical-target-name.m4
@@ -13,27 +13,10 @@ AC_DEFUN([RTEMS_CANONICAL_TARGET_CPU],
AC_CANONICAL_HOST
AC_MSG_CHECKING(rtems target cpu)
case "${host}" in
- # hpux unix port should go here
- i[[34567]]86-*linux*) # unix "simulator" port
- RTEMS_CPU=unix
- RTEMS_HOST=Linux
- ;;
- i[[34567]]86-*freebsd*) # unix "simulator" port
- RTEMS_CPU=unix
- RTEMS_HOST=FreeBSD
- ;;
- i[[34567]]86-pc-cygwin*) # Cygwin is just enough unix like :)
- RTEMS_CPU=unix
- RTEMS_HOST=Cygwin
- ;;
no_cpu-*rtems*)
RTEMS_CPU=no_cpu
RTEMS_HOST=$host_os
;;
- sparc-sun-solaris*) # unix "simulator" port
- RTEMS_CPU=unix
- RTEMS_HOST=Solaris
- ;;
*)
RTEMS_CPU=`echo $host | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
RTEMS_HOST=$host_os