From 78ffe896ec72aa52fbdc6117c0c1101d865b4954 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 15:50:20 +0000 Subject: Patch from Ralf Corsepius 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. --- aclocal/check-bsps.m4 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'aclocal/check-bsps.m4') diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4 index 673061c69a..0a2c74e0a3 100644 --- a/aclocal/check-bsps.m4 +++ b/aclocal/check-bsps.m4 @@ -9,13 +9,6 @@ AC_DEFUN(RTEMS_CHECK_BSPS, AC_REQUIRE([RTEMS_CHECK_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir AC_MSG_CHECKING([for bsps]) -case "${target}" in -changequote(,)dnl - i[3456]86-go32-rtems*) -changequote([,])dnl - $1="go32 go32_p5" - ;; - *) files=`ls $srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU` for file in $files; do case $file in @@ -24,7 +17,6 @@ changequote([,])dnl READ*);; CVS*);; pxfl*);; - go32*);; # so the i386 port can pick up the other Makefiles # Now account for BSPs with build variants gen68360) rtems_bsp="$rtems_bsp gen68360 gen68360_040";; p4000) rtems_bsp="$rtems_bsp p4600 p4650";; @@ -32,8 +24,8 @@ changequote([,])dnl *) $1="[$]$1 $file";; esac; done - ;; -esac +dnl ;; +dnl esac AC_MSG_RESULT([[$]$1 .. done]) ])dnl -- cgit v1.2.3