summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-07 14:11:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-07 14:11:19 +0000
commit1ae913e4c8db892c0cf11abdeb0d4b73129f2d33 (patch)
tree8374eb36cef266d794a4d430a7c4d751894cb460
parent2002-01-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1ae913e4c8db892c0cf11abdeb0d4b73129f2d33.tar.bz2
2002-01-07 Joel Sherrill <joel@OARcorp.com>
* automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for last line to eliminate 100's of warnings.
-rw-r--r--ChangeLog5
-rw-r--r--automake/compile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9472690728..bbc7506a15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
+ last line to eliminate 100's of warnings.
+
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-newlib.m4: Apply AS_IF.
diff --git a/automake/compile.am b/automake/compile.am
index f835e25ac0..9e0a76c46e 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -60,7 +60,7 @@ LIBC_LIBGCC = `$(CC) $(CPU_CFLAGS) -print-libgcc-file-name $(GCCSED)`
### FIXME: False if using multilibbed RTEMS
LINK_LIBS_RTEMS = $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
- $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA) \
+ $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA)
LINK_LIBS_GCC272 = $(LINK_LIBS_RTEMS) $(LIBC_LIBC) $(LIBC_LIBGCC)
GCCSPECS =