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/gcc-pipe.m4 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'aclocal/gcc-pipe.m4') diff --git a/aclocal/gcc-pipe.m4 b/aclocal/gcc-pipe.m4 index 3bee3e5e92..0550b60d9e 100644 --- a/aclocal/gcc-pipe.m4 +++ b/aclocal/gcc-pipe.m4 @@ -3,8 +3,6 @@ dnl $Id$ dnl dnl Check whether the target compiler accepts -pipe dnl -dnl 98/02/11 Ralf Corsepius corsepiu@faw.uni-ulm.de -dnl AC_DEFUN(RTEMS_GCC_PIPE, [AC_REQUIRE([RTEMS_PROG_CC]) @@ -13,17 +11,17 @@ AC_CACHE_CHECK(whether $CC_FOR_TARGET accepts --pipe,rtems_cv_gcc_pipe, [ rtems_cv_gcc_pipe=no if test "$rtems_cv_prog_gcc" = "yes"; then -case "$host_os" in - cygwin*) - ;; - *) +dnl case "$host_os" in +dnl cygwin*) +dnl ;; +dnl *) echo 'void f(){}' >conftest.c if test -z "`${CC_FOR_TARGET} --pipe -c conftest.c 2>&1`";then rtems_cv_gcc_pipe=yes fi rm -f conftest* - ;; -esac +dnl ;; +dnl esac fi ]) ]) -- cgit v1.2.3