summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-19 17:05:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-19 17:05:34 +0000
commit86f12bc0454db726ec3f230315adb3f2510aa8df (patch)
tree1589756e676cb61eddf5f5eb7f067c1e4b9b2d39 /automake
parent2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-86f12bc0454db726ec3f230315adb3f2510aa8df.tar.bz2
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).
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 52fde829ac..fb8015fb1b 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -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