summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers/gcc-target-default.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-13 04:47:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-13 04:47:01 +0000
commitea9f76742163cccf98eb326db7459c18d2fad1b6 (patch)
treefe7c5ad5be0278b4e5738b6c6a985b4fc8c86344 /c/src/make/compilers/gcc-target-default.cfg
parent2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ea9f76742163cccf98eb326db7459c18d2fad1b6.tar.bz2
2002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Remove obsolete reference to src/libxil/Makefile. Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc -spec).
Diffstat (limited to '')
-rw-r--r--c/src/make/compilers/gcc-target-default.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/make/compilers/gcc-target-default.cfg b/c/src/make/compilers/gcc-target-default.cfg
index acbdb76a5d..61b63f47f2 100644
--- a/c/src/make/compilers/gcc-target-default.cfg
+++ b/c/src/make/compilers/gcc-target-default.cfg
@@ -93,14 +93,14 @@ LDFLAGS_INCOMPLETE = -r
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_PROFILE_V =
LDFLAGS_DEBUG_V = -qrtems_debug
-LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
+# LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L%)
+LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG)
#
# Stuff to clean and clobber for the compiler and its tools