summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-host.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/canonical-host.m4')
-rw-r--r--aclocal/canonical-host.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4
index 38f52a61b8..3f92cfa5bb 100644
--- a/aclocal/canonical-host.m4
+++ b/aclocal/canonical-host.m4
@@ -7,10 +7,6 @@ RTEMS_HOST=$host_os
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-go32-rtems*)
- rtems_bsp="go32 go32_p5"
- skip_startfiles="yes"
- ;;
i[3456]86-pc-linux*) # unix "simulator" port
RTEMS_HOST=Linux
;;
@@ -26,4 +22,3 @@ esac
changequote([,])dnl
AC_SUBST(RTEMS_HOST)
])dnl
-