forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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>
|
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/check-newlib.m4: Apply AS_IF.
|
* aclocal/check-newlib.m4: Apply AS_IF.
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ LIBC_LIBGCC = `$(CC) $(CPU_CFLAGS) -print-libgcc-file-name $(GCCSED)`
|
|||||||
|
|
||||||
### FIXME: False if using multilibbed RTEMS
|
### FIXME: False if using multilibbed RTEMS
|
||||||
LINK_LIBS_RTEMS = $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
|
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)
|
LINK_LIBS_GCC272 = $(LINK_LIBS_RTEMS) $(LIBC_LIBC) $(LIBC_LIBGCC)
|
||||||
GCCSPECS =
|
GCCSPECS =
|
||||||
|
|||||||
Reference in New Issue
Block a user