2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>

* automake/compile.am: Remove RTEMS_CFLAGS_*_V.
This commit is contained in:
Ralf Corsepius
2004-10-21 09:01:00 +00:00
parent f59eab9c89
commit 6741c2e1c7
2 changed files with 4 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* automake/compile.am: Remove RTEMS_CFLAGS_*_V.
2004-10-15 Joel Sherrill <joel@OARcorp.com>
PR 692/rtems

View File

@@ -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 =