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/automake/compile.am | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/automake/compile.am') 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