From 891aa12e438e85c892e882bcdf503aafeb15b303 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 1 Feb 2005 16:06:39 +0000 Subject: 2005-02-01 Ralf Corsepius * aclocal/prog-cc.m4: Remove refs to gcc-isystem.m4. * aclocal/gcc-isystem.m4: Remove (Unused). --- cpukit/aclocal/gcc-isystem.m4 | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cpukit/aclocal/gcc-isystem.m4 (limited to 'cpukit/aclocal/gcc-isystem.m4') diff --git a/cpukit/aclocal/gcc-isystem.m4 b/cpukit/aclocal/gcc-isystem.m4 deleted file mode 100644 index 94098cf33c..0000000000 --- a/cpukit/aclocal/gcc-isystem.m4 +++ /dev/null @@ -1,25 +0,0 @@ -dnl -dnl $Id$ -dnl -dnl Check whether the gcc accepts -isystem -dnl - -AC_DEFUN([RTEMS_GCC_ISYSTEM], -[AC_REQUIRE([RTEMS_PROG_CC]) -AC_CACHE_CHECK(whether $CC accepts -isystem,rtems_cv_gcc_isystem, -[ -rtems_cv_gcc_isystem=no -if test x"$GCC" = x"yes"; then -cat << EOF > conftest.h -int conftest123(); -EOF -cat << EOF > conftest.c -#include -int conftest123() {} -EOF - if test -z "`${CC} -isystem./ -c conftest.c 2>&1`";then - rtems_cv_gcc_isystem=yes - fi -fi -rm -f conftest* -])]) -- cgit v1.2.3