summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-target-default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-09 16:30:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-09 16:30:27 +0000
commitfb2205a11b25796f47b950ab64ff9e2446a55301 (patch)
tree3bb753046b5e04242289a71ffb8361c93e6fb271 /make/compilers/gcc-target-default.cfg
parent2008-09-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fb2205a11b25796f47b950ab64ff9e2446a55301.tar.bz2
2008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg, custom/pc386.cfg, custom/tqm8xx.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 'make/compilers/gcc-target-default.cfg')
-rw-r--r--make/compilers/gcc-target-default.cfg19
1 files changed, 1 insertions, 18 deletions
diff --git a/make/compilers/gcc-target-default.cfg b/make/compilers/gcc-target-default.cfg
index 44133e6da9..3fd7bf3828 100644
--- a/make/compilers/gcc-target-default.cfg
+++ b/make/compilers/gcc-target-default.cfg
@@ -68,30 +68,13 @@ 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
-# ref: src/libxil/Makefile
-LDFLAGS_DYNAMIC_LIBNAME_V = -h $(DYNAMIC_VERSION_LIBNAME)
-
# ld flags for profiling, debugging
LDFLAGS_DEBUG_V = -qrtems_debug
-LDFLAGS=$(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
+LDFLAGS += $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
#
# Stuff to clean and clobber for the compiler and its tools