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).
This commit is contained in:
Ralf Corsepius
2002-11-13 04:47:01 +00:00
parent 9553f16d20
commit ea9f767421
2 changed files with 9 additions and 2 deletions

View File

@@ -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