summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:14:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:14:08 +0000
commitc274328bcbe38e23c0908600ee0ec21fb291910a (patch)
tree76854736b55cfab9d401a9ad1f32c22215bbdb17 /automake/compile.am
parent2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c274328bcbe38e23c0908600ee0ec21fb291910a.tar.bz2
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-newlib.m4: Apply AS_IF. * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * aclocal/subdirs.m4: Fix comments, apply AS_IF. * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization changes. * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * automake/compile.am: Remove librtemsall from LINK_FILES.
Diffstat (limited to '')
-rw-r--r--automake/compile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/automake/compile.am b/automake/compile.am
index a6a8ed6fd2..f835e25ac0 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -199,9 +199,11 @@ LINK_OBJS = \
LINK_FILES =\
$(START_FILE) \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel) \
- $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
- $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA) \
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel)
+
+# FIXME: Do we want this? Only useful below tests/.
+# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/librtemcpu$(LIBSUFFIX_VA)
+# $(PROJECT_RELEASE)/lib/librtembsp$(LIBSUFFIX_VA)
if RTEMS_USE_GCC
if RTEMS_USE_GCC272