From 6741c2e1c79b73f71a07b44a5ee33fbcff1433eb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Oct 2004 09:01:00 +0000 Subject: 2004-10-20 Ralf Corsepius * automake/compile.am: Remove RTEMS_CFLAGS_*_V. --- cpukit/ChangeLog | 4 ++++ cpukit/automake/compile.am | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c1cc5bf052..af89b1ce4b 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2004-10-20 Ralf Corsepius + + * automake/compile.am: Remove RTEMS_CFLAGS_*_V. + 2004-10-15 Joel Sherrill PR 692/rtems diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 3a0dc79534..c4048dd529 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -61,19 +61,6 @@ CFLAGS_OPTIMIZE_V = @CFLAGS_OPTIMIZE_V@ CFLAGS_DEBUG_V = @CFLAGS_DEBUG_V@ CFLAGS__V = $(CFLAGS_OPTIMIZE_V) -## ------------------------------------------------------------------------ -## Setup hard-coded flags -if RTEMS_USE_GCC -## gcc >= gcc-2.8 -RTEMS_CFLAGS_OPTIMIZE_V = -RTEMS_CFLAGS_DEBUG_V = -Wno-unused - -## non-gcc -## We can't guess what flags might be required here. -## Pass the values from the environment if you want to apply them. -endif -RTEMS_CFLAGS__V = $(RTEMS_CFLAGS_OPTIMIZE_V) - ## ------------------------------------------------------------------------- AM_CPPFLAGS = $(RTEMS_CPPFLAGS) AM_CFLAGS = -- cgit v1.2.3