summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-target-name.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:50:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:50:20 +0000
commit78ffe896ec72aa52fbdc6117c0c1101d865b4954 (patch)
tree8f32f5e978d330a256f539a809eafb9c0b66f6fa /aclocal/canonical-target-name.m4
parentAdded as part of moving librdbg to its own top level package. This was (diff)
downloadrtems-78ffe896ec72aa52fbdc6117c0c1101d865b4954.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore.
Diffstat (limited to '')
-rw-r--r--aclocal/canonical-target-name.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index cf6890a4f2..ae4ea25caf 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -15,9 +15,6 @@ AC_MSG_CHECKING(rtems target cpu)
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-go32-rtems*)
- RTEMS_CPU=i386
- ;;
i[3456]86-pc-linux*) # unix "simulator" port
RTEMS_CPU=unix
;;