summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/prog-cc.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-01 16:06:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-01 16:06:39 +0000
commit891aa12e438e85c892e882bcdf503aafeb15b303 (patch)
tree056056a1f114207609132189c829a21366449b8e /cpukit/aclocal/prog-cc.m4
parent2005-02-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-891aa12e438e85c892e882bcdf503aafeb15b303.tar.bz2
2005-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove refs to gcc-isystem.m4. * aclocal/gcc-isystem.m4: Remove (Unused).
Diffstat (limited to 'cpukit/aclocal/prog-cc.m4')
-rw-r--r--cpukit/aclocal/prog-cc.m48
1 files changed, 1 insertions, 7 deletions
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 283cd02b9d..a62dae198e 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -21,8 +21,6 @@ AC_DEFUN([RTEMS_PROG_CC_FOR_TARGET],
[
dnl check target cc
RTEMS_PROG_CC
-dnl check if the compiler supports -isystem
-RTEMS_GCC_ISYSTEM
dnl check if the target compiler may use --pipe
RTEMS_GCC_PIPE
test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
@@ -33,10 +31,6 @@ m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"])
fi
AC_SUBST(RTEMS_CFLAGS)
-AS_IF([test x"$rtems_cv_gcc_isystem" = x"yes"],[
- RTEMS_CPPFLAGS="-isystem \$(PROJECT_INCLUDE)"],[
- RTEMS_CPPFLAGS="-I\$(PROJECT_INCLUDE)"
-])
+RTEMS_CPPFLAGS="-I\$(PROJECT_INCLUDE)"
AC_SUBST(RTEMS_CPPFLAGS)
-
])