summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
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
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')
-rw-r--r--cpukit/aclocal/env-rtemscpu.m42
-rw-r--r--cpukit/aclocal/prog-cc.m42
2 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index eee3c5dd5f..9f723b7c7c 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -7,8 +7,6 @@ AC_DEFUN([RTEMS_ENV_RTEMSCPU],
AC_ARG_VAR([CPU_CFLAGS],[])
AC_ARG_VAR([CFLAGS_OPTIMIZE_V],
[CFLAGS for building the optimized variant])
- AC_ARG_VAR([CFLAGS_DEBUG_V],
- [CFLAGS for building the debugging variant])
AM_CONDITIONAL([MULTILIB],[test x"$multilib" = x"yes"])
])
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],