From 6cb0f7ed02343a9a344400ed8b8eb99f168796a1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 12:12:01 +0000 Subject: Remove posix/unix simulator. --- testsuites/aclocal/canonical-target-name.m4 | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'testsuites/aclocal/canonical-target-name.m4') 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 -- cgit v1.2.3