2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/compile.am: Remove LD_PATHS (Unused).
	* aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
	is announced obsolete).
This commit is contained in:
Ralf Corsepius
2002-11-19 17:05:34 +00:00
parent 20d7ed3791
commit 86f12bc045
3 changed files with 16 additions and 14 deletions

View File

@@ -66,14 +66,11 @@ CFLAGS_PROFILE_V=-pg
CXXFLAGS_PROFILE_V=-pg
LDFLAGS_PROFILE_V =
# List of library paths without -L
LD_PATHS= $(PROJECT_RELEASE)/lib
# ld flag for incomplete link
LDFLAGS_INCOMPLETE = -r
# ld flags for profiling, debugging
LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG)
#
# Client compiler and support tools