summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 01:01:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 01:01:50 +0000
commit4c14ea3e67ab91131e3bca7e2ce74e2b57946c2b (patch)
tree2f0fe243d174f681900057020ba889326dcb5ce9
parent2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4c14ea3e67ab91131e3bca7e2ce74e2b57946c2b.tar.bz2
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove build-variant support.
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/automake/compile.am20
2 files changed, 4 insertions, 20 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index e702e46886..6bf9d3dce4 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * automake/compile.am: Remove build-variant support.
+
+2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libnetworking/pppd/Makefile.am,
libnetworking/rtems_servers/Makefile.am,
libnetworking/rtems_telnetd/Makefile.am:
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index e494314ed5..c8d381e57f 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -57,29 +57,9 @@ RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
endif
## -------------------------------------------------------------------------
-
-## translate VARIANT into VARIANT_V
-VARIANT = OPTIMIZE
-
-VARIANT_OPTIMIZE_V = OPTIMIZE
-VARIANT_DEBUG_V = DEBUG
-VARIANT_optimize_V = OPTIMIZE
-VARIANT_debug_V = DEBUG
-
-VARIANT_V = $(VARIANT_$(VARIANT)_V)
-
-## Setup the library suffix
-LIBSUFFIX_OPTIMIZE_V =
-LIBSUFFIX_DEBUG_V = _g
-LIBSUFFIX__V = $(LIBSUFFIX_OPTIMIZE_V)
-
-LIB_VARIANT = $(LIBSUFFIX_$(VARIANT_V)_V)
-
## These are supposed to be set in make/custom/<bsp>.cfg
CPU_CFLAGS = @CPU_CFLAGS@
CFLAGS_OPTIMIZE_V = @CFLAGS_OPTIMIZE_V@
-CFLAGS_DEBUG_V = @CFLAGS_DEBUG_V@
-CFLAGS__V = $(CFLAGS_OPTIMIZE_V)
## ------------------------------------------------------------------------
## Setup hard-coded flags