summaryrefslogtreecommitdiffstats
path: root/c/src/make/leaf.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 15:00:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 15:00:15 +0000
commitdf49c60c9671e4a28e636964d744c1f59fb6cb68 (patch)
treeeabd85e189514ad412a35414ba5d483dcda3ef1f /c/src/make/leaf.cfg
parentPurged as many egcs references as possible. (diff)
downloadrtems-df49c60c9671e4a28e636964d744c1f59fb6cb68.tar.bz2
Merged from 4.5.0-beta3a
Diffstat (limited to 'c/src/make/leaf.cfg')
-rw-r--r--c/src/make/leaf.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/make/leaf.cfg b/c/src/make/leaf.cfg
index 9fb166b960..8ec8fa3109 100644
--- a/c/src/make/leaf.cfg
+++ b/c/src/make/leaf.cfg
@@ -41,16 +41,3 @@ include ${CONFIG.CC}
ifeq (${DEPEND},$(wildcard ${DEPEND}))
include ${DEPEND} # pull in dependencies if they exist
endif
-
-#
-# LIBSUFFIX_VA, will "index" into LIBSUFF-*-v macros and
-# convert our ${ARCH} back into .a or _g.a or _p.a based on debug or profile.
-# Useful for installing libraries.
-#
-
-LIBSUFFIX_o-optimize_V=
-LIBSUFFIX_o-debug_V=_g
-LIBSUFFIX_o-profile_V=_p
-
-LIB_VARIANT=$(LIBSUFFIX_$(ARCH)_V)
-LIBSUFFIX_VA = $(LIB_VARIANT).a