From 7ddfdb25e40bcaa2495c668821ad2b03280f20c1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jan 2005 16:07:20 +0000 Subject: 2005-01-05 Ralf Corsepius * aclocal/env-rtemscpu.m4: Remove CFLAGS_OPTIMIZE_V. Remove CPU_CFLAGS. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE. Cleanup comments. --- cpukit/automake/compile.am | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'cpukit/automake/compile.am') diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 59182f4106..2b03b6c51a 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -2,25 +2,8 @@ ## $Id$ ## -## ------------------------------------------------------------------------- -## NOTE: This file is rather immature and has to be considered to be -## almost experimental. -## -## Expect frequent changes -- It deserves to be cleaned up :( -## ------------------------------------------------------------------------- - -CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) $(DEFINES) -CFLAGS = @RTEMS_CFLAGS@ - depend: -## ------------------------------------------------------------------------- - -## These are supposed to be set in make/custom/.cfg -CPU_CFLAGS = @CPU_CFLAGS@ -CFLAGS_OPTIMIZE_V = @CFLAGS_OPTIMIZE_V@ - -## ------------------------------------------------------------------------- AM_CPPFLAGS = $(RTEMS_CPPFLAGS) -AM_CFLAGS = +AM_CFLAGS = $(RTEMS_CFLAGS) AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS) -- cgit v1.2.3