Remove comment referring to HPUX.

This commit is contained in:
Ralf Corsepius
2009-02-06 07:58:21 +00:00
parent 9ae11656f7
commit a8f71b8ab7
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ AC_DEFUN([RTEMS_CANONICAL_TARGET_CPU],
[AC_REQUIRE([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
;;

View File

@@ -13,7 +13,6 @@ AS_HELP_STRING(--enable-posix,enable posix interface),
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
;;