summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/prog-cc.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 08:41:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 08:41:18 +0000
commit20cef00f236c871f26b7448925519320663f735b (patch)
treee1231fe14fe90e8c1bfe52b9d4a0dbd9fdf12b9e /cpukit/aclocal/prog-cc.m4
parent2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-20cef00f236c871f26b7448925519320663f735b.tar.bz2
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/env-rtemscpu.m4: Remove CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. * automake/compile.am: Cleanup comments. Remove ASFLAGS.
Diffstat (limited to 'cpukit/aclocal/prog-cc.m4')
-rw-r--r--cpukit/aclocal/prog-cc.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 344081f98c..6a4a0d11ac 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -18,8 +18,6 @@ test -z "$CC" && \
AC_MSG_ERROR([no acceptable cc found in \$PATH])
AC_PROG_CC
AC_PROG_CPP
-
-AM_CONDITIONAL(RTEMS_USE_GCC,test x"$GCC" = x"yes")
])
AC_DEFUN([RTEMS_PROG_CC_FOR_TARGET],