summaryrefslogtreecommitdiffstats
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
parent2009-10-14 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6cb0f7ed02343a9a344400ed8b8eb99f168796a1.tar.bz2
Remove posix/unix simulator.
-rw-r--r--aclocal/canonical-target-name.m412
-rw-r--r--aclocal/enable-posix.m410
-rw-r--r--testsuites/aclocal/canonical-target-name.m417
3 files changed, 0 insertions, 39 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%'`
;;
diff --git a/aclocal/enable-posix.m4 b/aclocal/enable-posix.m4
index e938e02d01..1d55432a7b 100644
--- a/aclocal/enable-posix.m4
+++ b/aclocal/enable-posix.m4
@@ -13,19 +13,9 @@ AC_ARG_ENABLE(posix,
esac],[RTEMS_HAS_POSIX_API=yes])
case "${host}" in
- # hpux unix port should go here
- i[[34567]]86-pc-linux*) # unix "simulator" port
- RTEMS_HAS_POSIX_API=no
- ;;
- i[[34567]]86-*freebsd*) # unix "simulator" port
- RTEMS_HAS_POSIX_API=no
- ;;
no_cpu-*rtems*)
RTEMS_HAS_POSIX_API=no
;;
- sparc-sun-solaris*) # unix "simulator" port
- RTEMS_HAS_POSIX_API=no
- ;;
*)
;;
esac
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