summaryrefslogtreecommitdiffstats
path: root/aclocal/gcc-pipe.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/gcc-pipe.m4')
-rw-r--r--aclocal/gcc-pipe.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/aclocal/gcc-pipe.m4 b/aclocal/gcc-pipe.m4
index 0550b60d9e..cb78506723 100644
--- a/aclocal/gcc-pipe.m4
+++ b/aclocal/gcc-pipe.m4
@@ -11,17 +11,11 @@ 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
-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*
-dnl ;;
-dnl esac
fi
])
])