From 20cef00f236c871f26b7448925519320663f735b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jan 2005 08:41:18 +0000 Subject: 2005-01-05 Ralf Corsepius * aclocal/env-rtemscpu.m4: Remove CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. * automake/compile.am: Cleanup comments. Remove ASFLAGS. --- cpukit/aclocal/env-rtemscpu.m4 | 2 -- cpukit/aclocal/prog-cc.m4 | 2 -- 2 files changed, 4 deletions(-) (limited to 'cpukit/aclocal') 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], -- cgit v1.2.3