summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-target-default.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-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