summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.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/bsp-alias.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 'aclocal/bsp-alias.m4')
-rw-r--r--aclocal/bsp-alias.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 8c726387d0..595b0d852c 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -10,7 +10,6 @@ AC_DEFUN(RTEMS_BSP_ALIAS,
case $1 in
mvme162lx) $2=mvme162 ;; # mvme162 board variant
gen68360_040) $2=gen68360 ;; # 68360 in companion mode
- go32_p5) $2=go32 ;; # go32 on Pentium class CPU
p4600) $2=p4000 ;; # p4000 board with IDT 4600
p4650) $2=p4000 ;; # p4000 board with IDT 4650
*) $2=$1;;