summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/gcc-target-default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-09 16:30:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-09 16:30:35 +0000
commite59d23ad103f8915a264befc855cee1bed2e80e4 (patch)
tree7d438d8bb0eff9ff49792320ddb42de603122c79 /c/src/make/compilers/gcc-target-default.cfg
parent2008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e59d23ad103f8915a264befc855cee1bed2e80e4.tar.bz2
2008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg, compilers/gcc-target-default.cfg: Remove use of AM_LDFLAGS. Ensure LDFLAGS works all the time. Clean up BSPs which defined their own make-exe rules inappropriately.
Diffstat (limited to '')
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg18
1 files changed, 1 insertions, 17 deletions
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index b2472c2cb9..e4e8172bb5 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -70,27 +70,11 @@ endif
# List of library paths without -L
LD_PATHS= $(PROJECT_RELEASE)/lib
-# libraries you want EVERYONE to link with
-#LD_LIBS=
-
-# ld flag to ensure pure-text
-#LDFLAGS_MUST_BE_PURE_V =
-
-# ld flag for [un]shared objects
-#LDFLAGS_STATIC_LIBRARIES_V =
-#LDFLAGS_SHARED_LIBRARIES_V =
-
# ld flag for incomplete link
LDFLAGS_INCOMPLETE = -r
-# Special linker options when building lib.so
-LDFLAGS_DYNAMIC_V = ??
-
-# Some dynamic linking systems want the preferred name recorded in the binary
-LDFLAGS_DYNAMIC_LIBNAME_V = -h $(DYNAMIC_VERSION_LIBNAME)
-
# LDFLAGS=$(LDFLAGS_DEBUG) $(LD_PATHS:%=-L%)
-LDFLAGS=$(LDFLAGS_DEBUG)
+LDFLAGS += $(LDFLAGS_DEBUG)
#
# Stuff to clean and clobber for the compiler and its tools