summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 08:41:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 08:41:18 +0000
commit20cef00f236c871f26b7448925519320663f735b (patch)
treee1231fe14fe90e8c1bfe52b9d4a0dbd9fdf12b9e /cpukit/automake
parent2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-20cef00f236c871f26b7448925519320663f735b.tar.bz2
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/env-rtemscpu.m4: Remove CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. * automake/compile.am: Cleanup comments. Remove ASFLAGS.
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/compile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index bb74191609..59182f4106 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -9,30 +9,8 @@
## Expect frequent changes -- It deserves to be cleaned up :(
## -------------------------------------------------------------------------
-## The section below is based on make/compilers/gcc-target-default.cfg
-## used in former versions of RTEMS.
-
-##
-## Set up the flags for the toolchains:
-##
-## We are considering 3 different building schemes here:
-## * Using gcc's being able to accept -specs (aka gcc-2.8 building scheme)
-## * Using gcc's not being able to accept -specs (aka gcc-2.7.2 building
-## scheme)
-## * Using third party toolchains (aka non-gcc building scheme)
-##
-## Automake conditionals in use:
-## RTEMS_USE_GCC .. if we are using GCC
-
-## CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V are the values we
-## would want the corresponding macros to be set to.
-##
-## CFLAGS_OPTIMIZE, CFLAGS_DEBUG are set by the
-## 'VARIANT=<OPTIMIZE|DEBUG>' targets to their _V values.
-
CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) $(DEFINES)
CFLAGS = @RTEMS_CFLAGS@
-ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS)
depend: