summaryrefslogtreecommitdiff
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-06 05:54:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-06 05:54:51 +0000
commit9ae11656f75d6f06a33bc96a352e62650ea15678 (patch)
treece93be6bf4bd7ec1c7775a872e8c07f738e4b08b /aclocal
parentcb29d6f1c9639e98fc01ba9838426922ea8a48a1 (diff)
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4: Remove comment referring to HPUX9.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/canonical-target-name.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 194f424de7..c7d2bfd0ad 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -13,7 +13,6 @@ AC_DEFUN([RTEMS_CANONICAL_TARGET_CPU],
AC_CANONICAL_TARGET
AC_MSG_CHECKING(rtems target cpu)
case "${target}" in
- # hpux unix port should go here
i[[34567]]86-*linux*) # unix "simulator" port
RTEMS_CPU=unix
;;