2005-09-01 Joel Sherrill <joel@OARcorp.com>

PR 350/make_build
	* compilers/gcc-target-default.cfg: Honor LD_PATHS set by user.
This commit is contained in:
Joel Sherrill
2005-09-01 13:39:14 +00:00
parent f54bc05285
commit 45a32542db
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 350/make_build
* compilers/gcc-target-default.cfg: Honor LD_PATHS set by user.
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
PR 581/bsps

View File

@@ -96,7 +96,7 @@ LDFLAGS_DYNAMIC_LIBNAME_V = -h $(DYNAMIC_VERSION_LIBNAME)
LDFLAGS_PROFILE_V =
LDFLAGS_DEBUG_V = -qrtems_debug
LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
AM_LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
#
# Stuff to clean and clobber for the compiler and its tools