summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-posix.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal/enable-posix.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/aclocal/enable-posix.m4 b/aclocal/enable-posix.m4
index d19c9b41a6..ee2d9fd37f 100644
--- a/aclocal/enable-posix.m4
+++ b/aclocal/enable-posix.m4
@@ -16,9 +16,6 @@ AC_SUBST(RTEMS_HAS_POSIX_API)
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-go32-rtems*)
- RTEMS_HAS_POSIX_API=no
- ;;
i[3456]86-pc-linux*) # unix "simulator" port
RTEMS_HAS_POSIX_API=no
;;