From 789a953dec3a473d9987e1df935a20752c9307c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 15 Nov 2002 15:00:13 +0000 Subject: 2002-11-15 Ralf Corsepius * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS. * automake/compile.am: Acknowledge configuration-time CFLAGS. Remove CFLAGS_DEFAULT. --- cpukit/automake/compile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 33f37ca4bd..4f79d0eb9f 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -42,8 +42,6 @@ if RTEMS_USE_GCC ## All the stuff below is specific to gcc - -CFLAGS_DEFAULT=-g -Wall ## gcc >= 2.8.x GCCSPECS = $(GCC_SPECS) else @@ -56,7 +54,7 @@ DEFS = @DEFS@ CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) \ $(DEFINES) $(XCPPFLAGS) $(CPPFLAGS_GCC) -CFLAGS = $(CFLAGS_DEFAULT) $(CPU_CFLAGS) $(XCFLAGS) +CFLAGS = @CFLAGS@ $(CPU_CFLAGS) $(XCFLAGS) ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS) ## FIXME: This doesn't seem to be correct -- cgit v1.2.3